🇧🇴Bolivia

Check the requirements and validations made over the cashouts on Bolivia

Required fields

Field

Format

Description

login

String

Cashouts login

pass

String

Cashouts pass

external_id

String (max length: 100)

Transaction's ID on your end

document_type

Beneficiary's document type.

document_id

Beneficiary's document ID.

country

BO

currency

BOB / USD

amount

Number with up to 2 decimals

Cashout amount

bank_code

Code specifying the beneficiary's bank

bank_account

Beneficiary's bank account

account_type

Beneficiary's bank account type

beneficiary_name

String (max length: 100)

Beneficiary's name

Bank Account Validations

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

Bank name

Bank code

Format

Regex

Example

All

-

Numeric. Between 4 and 30 characters.

^\d{4,30}$

1234567890

Account Types

The account_type is specified with only one character described below.

account_type

Description

C

Checkings account

S

Savings account

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

Bank

Code

Banco Nacional de Bolivia S.A.

001

Banco PYME Ecofuturo S.A.

002

Banco Mercantil Santa Cruz S.A.

003

Almacenes Internacionales S.A.

004

Banco de Crédito de Bolivia S.A.

005

Warrant Mercantil Santa Cruz S.A.

006

Banco de la Nación Argentina S. A.

007

Banco Do Brasil S.A.- Sucursal Bolivia

008

Banco BISA S.A.

009

E-fectivo ESPM S.A.

010

Banco Unión S.A.

014

Banco Económico S.A.

016

Banco Solidario S.A.

017

Banco Ganadero S.A.

018

Banco PYME de la Comunidad S.A.

032

Banco para el Fomento a Iniciativas Económicas S.A.

033

Banco Fortaleza S.A.

034

Banco Fassil S.A.

035

Banco Prodem S.A.

036

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

Last updated