Skip to main content
POST
/
api
/
v1
/
verification
/
australia
/
centrelink_card
AU Centrelink Card
curl --request POST \
  --url https://{environment-subdomain}.idmetagroup.com/api/v1/verification/australia/centrelink_card \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "card_expiry": "2026-04-02",
  "card_type": "<string>",
  "customer_reference_number": "<string>",
  "dob": "2003-07-09",
  "name": "<string>",
  "template_id": "{your_trust_flow_id}",
  "verification_id": "{your_created_verification_id}"
}
'
{
  "status": true,
  "message": "OK",
  "result": {
    "ActivityId": "00000000-0000-0000-0000-000000000000",
    "OriginatingAgencyCode": "IDM001",
    "VerificationRequestNumber": "VI-01-01",
    "VerificationResultCode": 3
  }
}

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Body

application/json
card_expiry
string<date>
required

Expiry date of the Centrelink card.

card_type
string
required

Type of Centrelink card (for example Health Care Card or Pensioner Concession Card).

customer_reference_number
string
required

Unique CRN (Customer Reference Number) listed on the card.

dob
string<date>
required

Date of birth of the cardholder.

name
string
required

Full name of the individual as shown on the card.

template_id
string
required

Identifier used to categorize or group requests for tracking or reporting.

verification_id
string
required

A unique ID used to identify your verification request.

Response

200 - application/json

AU Centrelink card verification processed successfully

status
boolean
message
string
result
object