Super Check API
/super_check
Validates identity details against Australian superannuation records. Per-field MATCHED / UNMATCHED responses across name, DOB, middle name, address, email, phone and employer ABN. Gives you an independent identity signal sourced from the super system, which covers nearly every working Australian.
Example Request
POSTRequest Schema
consent
Individual's consent to search super records.
first_name
last_name
birth_date
Minimum required for a valid lookup.
middle_name
Optional Middle name
address
street_address, suburb, state, postcode
email
Additional fields evaluated for match outcome.
phone
Additional fields evaluated for match outcome.
employer_abn
Additional fields evaluated for match outcome.
Available Response Data
7 Data PointsPerson
returned as MATCHED or UNMATCHED based on first_name + last_name + birth_date
Middle_name
returned as MATCHED or UNMATCHED.
Address
returned as MATCHED or UNMATCHED.
returned as MATCHED or UNMATCHED.
Phone
returned as MATCHED or UNMATCHED.
Employer_abn
returned as MATCHED or UNMATCHED.
API reference UUID
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
Super fund member verification
Super trustees can verify member identity at onboarding using identity attributes matched against the broader super dataset.
Cross-validation against payroll
Pair Super Check with Payroll Check to validate identity across two independent employment datasets. A strong signal for higher-assurance verification.
Compliance & Security tag
Enterprise-grade infrastructure audited against the standards your regulators require.
Common Questions tag
Everything you need to know about implementation details and compliance infrastructure.
gavel Compliance
What's the consent requirement?
add
What's the consent requirement?
The individual’s consent to search superannuation records is required (consent: true). Without it, the lookup won’t run.
rocket_launch Implementation
Should I use this or the combined payroll_super_check?
add
Should I use this or the combined payroll_super_check?
Use this one when you only need a super match. The combined endpoint lets you exercise both datasets in a single call with independent consent flags. Handy when your workflow can use either match.
API Testing Sandbox tag
Test the Super Check API directly in your browser with live mock data and see instant results.
rocket_launch Request Sandbox AccessAccess to live sandbox environments requires manual approval from our compliance team.