Billing Policy
If your request is processed successfully, field Success
: true and there's no error message in the field 'error', you will be charged.
Example of a Billable Request
[
{
"serviceId": "3accf2a9-2e52-4675-b546-7c3676897c3c",
"serviceName": "Sex offender",
"serviceDescription": "Sex offender",
"error": null,
"success": true,
"profiles": []
}
]
If you get any errors in your response and the field Success
: false, you will NOT be charged.
Example of a Non-Billable Request
[
{
"serviceId": "f1366c39-d0cd-458c-81f8-efd7b0753a5b",
"serviceName": "DLDV",
"serviceDescription": "Driver License Data Verification",
"error": "<StateName> state server is temporarily unavailable. Please, try again later",
"success": false,
"profiles": []
}
]
Test Tokens
To avoid any charges during testing we provide both a Live token and a Test token. The Test token will never have any charge associated with its use.