v1
latestOpenAPI 3.1.02026-07-228956435.8 KBAccount verifications
Get an account verification
Retrieves the details of an account verification by its ID.
get/account_verifications/{id}
Path parameters
idstring required
Unique identifier of the account verification to retrieve.
Response
The requested account verification.
Example response
{
"id": "accv_2daFu0zqqDtZGJaSi2TGI2Mm1nN",
"counterparty": {
"account_number": "132969000000000190",
"account_type": "clabe",
"holder_id": "000000000",
"holder_name": "Test Customer 1",
"institution": {
"id": "40012",
"name": "BBVA Mexico",
"country": "mx"
}
},
"mode": "test",
"status": "pending",
"transfer_id": "tr_2daFu0zqqDtZGJaSi2TGI2Mm1nN"
}