Our API Docs just got a new look!

🇧🇴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

The country codes are in ISO 3166-1 alpha-2 format.

currency

BOB / USD

The currencies are in ISO 4217 format.

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
Format
Regex
Example

All

Numeric. Between 4 and 30 characters.

^\d{4,30}$

1234567890

account_type

The account_type is specified with only one character described below.

account_type
Description

C

Checkings account

S

Savings account

document_type and document_id validations

document_type
document_id format

CI

Numeric. Length: 7

CIE

Alphanumeric. One character followed by 8 digits

NIT

Alphanumeric. One character followed by 6 digits

PASS

Numeric. Length: 12

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 retrieval via API

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

Last updated

Was this helpful?