{
"id": "accv_fdsjklsdjkls",
"object": "account_verification",
"status": "succeeded",
"reason": null,
"transfer_id": "tr_fdskjldasjkl",
"counterparty": {
"account_number": "123456789123455789",
"holder_id": "FLA1234567890",
"holder_name": "Carmen Marcela",
"account_type": "clabe",
"institution": {
"id": "mx_banco_bbva",
"name": "BBVA Mexico",
"country": "mx"
}
},
"mode": "test",
"receipt_url": "https://www.banxico.org.mx/cep/",
"transaction_date": "2020-04-17T00:00:00.000Z"
}
Field | Type | Description |
---|
id | string | Unique identifier for the account verification. |
object | string | The type of the object, which is always account_verification . |
status | string | The status of the account verification. It can be pending , succeeded or failed . |
reason | string | Details on why the account verification was unsuccessful. Is null unless the microdeposit transfer is returned. Find all possible reasons here. |
transfer_id | string | Unique identifier for the microdeposit transfer used to verify the account. |
counterparty | object | Information about the verified account holder. See details below. |
mode | string | Mode of the API (test or live ). |
receipt_url | string | A URL to the receipt of the transfer, if available. |
transaction_date | string | The actual date when the transfer was initiated (YYYY-MM-DD format). |
Field | Type | Description |
---|
holder_id | string | The unique ID of the third party of the transaction (counterparty). |
holder_name | string | The name of the third party of the transaction (counterparty). |
account_number | string | The account number (in Mexico: CLABE) of the third party of the transaction (counterparty). |
account_type | string | The type of the counterparty account. In Mexico is one of: clabe , debit_card or phone_number . Options for Chile: checking , sight . |
institution | object | The institution object containing details about the sender's financial institution. |
Field | Type | Description |
---|
id | string | Unique identifier for the institution. See Chile Institution Codes or Mexico Institution Codes. |
name | string | The name of the financial institution. |
country | string | The country where the financial institution is located (in ISO 3166-1 alpha-2 format, e.g., mx for Mexico). |