Look up ABN status

Verifies an Australian Business Number (ABN) via the Equifax API and returns the ABN/GST registration dates and calculated ages in months.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
abnstringRequired

11-digit Australian Business Number

Response

ABN lookup result
abn_statusstring

ABN status (ACT = Active)

abn_status_fromstring
Date ABN became active
gst_status_fromstring
Date GST registration became active
abn_ageinteger
ABN age in months
gst_ageinteger
GST registration age in months

Errors

400
Abn Lookup Request Bad Request Error