v1
latestOpenAPI 3.0.32026-07-2484569553.1 KBAccount Holder Verification
Get account holder verification
Returns the results of account holder verification for the given ID.
Headers Required: Authorization (JWT) Token with bearer scheme format is required to make a call to Verification API.
get/v3/account-holder-verifications/requests/{id}
Path parameters
idstring required
ID of the account holder verification request
Response
OK
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "completed",
"match_result": {
"type": "match"
}
}