๐Ÿ‡ง๐Ÿ‡ดBolivia

Check the requirements and validations made over the cashouts on Bolivia

Required fields

Bank Account Validations

Use the Regex below to validate the bank accounts on your end.

Account Types

The account_type is specified with only one character described below.

Example Request

{
    "login": "xxxxxxx",
    "pass": "xxxxxxx",
    "external_id": "30000000001",
    "country": "BO",
    "currency": "BOB",
    "amount": 100,
    "document_type": "PASS",
    "document_id": "B225255",
    "beneficiary_name": "User",
    "bank_account": "1234567890",
    "bank_code": "001",
    "account_type": "C",
    "notification_url": "https://webhook.site/url",
    "type": "json"
}

Bank Codes

For the full and most up-to-date list of banks and its codes, please check the Cashout Bank Code endpoint.

Last updated