Validate a death certificate
/api/v2/dvs/death_cert
operationId: dvs.death_cert
Live: https://gdapi.globaldata.net.au/api/v2/dvs/death_cert · Sandbox: https://sandbox-gdapi.globaldata.net.au/api/v2/dvs/death_cert
Validates a death certificate against the Australian Document Verification Service (DVS).
Sandbox environment
When simulating queries in the sandbox environment, a specific set of death certificates will return a specific result. The response will be determined by the certificate number:
Request body
Content type application/json.
The death certificate details to validate
| Field | Description |
|---|---|
preflight |
boolean When set to true, the request will only perform a preflight check to validate the input parameters. No actual verification will be performed. |
consent |
boolean The individual's consent to perform the check |
first_name |
string The first name(s) stated on the document |
last_name |
string The last name stated on the document |
event_date |
string (date) The date of of the death |
registration_number |
string The registration number on the certificate to be validated |
certificate_number |
string The certificate number on the certificate to be validated |
registration_date |
string (date) The registration date on the certificate to be validated (only relevant for QLD or TAS) |
state |
string The state of issue for the death certificate |
Responses
Result of the document verification check
application/json
| Field | Description |
|---|---|
message |
string A message indicating the result of the request. This will be |
function |
string The function that was called |
api_reference |
string (uuid) A unique identifier for this request. This can be used to track the request in the logs. |
data |
object The check data |
data. |
string The type of response |
data. |
string A reference ID for this activity. This ID can be used to track the activity in the logs. |
data. |
string A unique reference number for this request |
data. |
string The result of the verification
|
data. |
array of objects An array of expanded responses returned from the DVSHub or Document Issuer for N or D results |
data. |
string A message indicating the reason for the N or D result. |
data. |
string A code number associated with the corresponding message. |
A successful preflight check. A 400 will be returned if the preflight check fails.
application/json
| Field | Description |
|---|---|
message |
string A message indicating the result of the request. This will be |
function |
string The function that was called |
api_reference |
string (uuid) A unique identifier for this request. This can be used to track the request in the logs. |
data |
null For preflight checks this is null |