v1
latestOpenAPI 3.1.02026-07-2479154362.5 KBvalidate_account
Validate Account
post/api/v2/validate/account
Headers
X-Sandboxboolean nullable
x-api-keystring nullable
Request body
Example request
{
"account_identifier": "0720000700000000000000",
"account_identifier_type": "CBU",
"country_code": "AR"
}Response
Successful Response
Example response
{
"data": {
"account_details": {
"bank": {
"code": "012",
"bicfi": "BBVAMXMMXXX",
"name": "BBVA",
"country": "MX"
}
}
}
}