v1

latestOpenAPI 3.1.02026-07-2479154362.5 KB
validate_account

Validate Account

post/api/v2/validate/account

Headers

X-Sandboxboolean nullable
x-api-keystring nullable

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example request

{
  "account_identifier": "0720000700000000000000",
  "account_identifier_type": "CBU",
  "country_code": "AR"
}

Response

Successful Response

{"stackTrail":"components:schemas:ValidationResponse:properties:errors","oasType":"schema","type":"unknown","title":"Errors"}

Example response

{
  "data": {
    "account_details": {
      "bank": {
        "code": "012",
        "bicfi": "BBVAMXMMXXX",
        "name": "BBVA",
        "country": "MX"
      }
    }
  }
}
All 79 operations