Validate a birth certificate API
/dvs/birth_cert
Validates an Australian birth certificate against the DVS. All eight states and territories are supported. Which identifiers you need (registration number, certificate number, registration date) depends on the state. The certificate number is the most reliable identifier across the board, so use it where you can.
Example Request
POSTRequest Schema
preflight
Input validation only.
consent
Individual's consent.
first_name
last_name
birth_date
Name and DOB on the certificate.
registration_number
Required (or certificate_number) for ACT, NSW, NT, SA, VIC, WA.
certificate_number
Recommended for all states. Required for QLD or TAS if no registration_date.
registration_date
Required for QLD or TAS if no certificate_number.
state
State of issue.
Available Response Data
3 Data Pointsverification_result_code: Y, N, D or S
activity_id and verification_request_number
additional_information array
for example BC-001 Family Name does not match
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
Verifying the identity of a minor
When a customer is under driver licence age, the birth certificate is often the only DVS-verifiable document available.
First-time financial products
First-time bank account openings and super enrolments where the birth certificate forms part of the 100-point check.
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.
rocket_launch Implementation
Why are the required fields different per state?
add
Why are the required fields different per state?
Each state’s Registry of Births, Deaths and Marriages uses different identifiers. VIC, NSW, ACT, NT, SA and WA need a registration number or certificate number. QLD and TAS use registration date or certificate number. The certificate number is the most reliable identifier across all states, so use it when you can.
API Testing Sandbox tag
Test the Validate a birth certificate 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.