v1

latestOpenAPI 3.1.02026-07-245361280.3 KB

Account validation

Learn how to validate bank accounts and payment methods before processing transactions.

post/payouts/validation/external-account

Request body

countrystring

The ISO 3166-1 alpha-2 country code.

account_typestring

The type of account/method being used.

bank_codestring

The bank identification code.

accountstring

The account identifier.

document_typestring

Type of identification document.

document_idstring

The identification number associated with the document.

bank_branchstring

The specific branch identifier.

first_namestring

The account holder's first name.

last_namestring

The account holder's last name.

Response

200

OR
OR
OR
OR
OR
OR
OR
OR

Example response

{
  "id": "PAV-251664dc-5062-438b-b3c3-16f134ead521-4",
  "status": "1000",
  "message": "Successful validation",
  "full_name": "ANDREW GATES"
}