Verifies the details of a medicare card document with an identity verification provider
POST {{baseUrl}}/source-verifications/:issuing_country/medicare-cards
Returns the status of the Medicare Card source verification as it's being processed by the vendor. Biometrics are not used with this API, which means document scanning is not required for the users to verify their identity. This will be a one-time verification with no data being stored.
Request Body
{"userConsent"=>"ACCEPT", "cardColor"=>"BLUE", "nameLine1"=>"Smith", "medicareCardNo"=>"1234567890", "individualReferenceNo"=>"1", "countryCode"=>"AUS", "expiryDate"=>"2000-12-31", "nameLine2"=>"Steve", "nameLine3"=>"Baven", "nameLine4"=>"Mike", "birthDate"=>"2010-10-25"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Encrypted-Payload | boolean | Whether the request payload is encrypted with the Encyption Key generated from the Developer Zone Portal. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"verificationResult":"DOCUMENT_VERIFIED"}