🇧🇴Bolivia
Check the requirements and validations made over the cashouts on Bolivia
Required fields
login
String
Cashouts login
pass
String
Cashouts pass
external_id
String (max length: 100)
Transaction's ID on your end
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
beneficiary_name
String (max length: 100)
Beneficiary's name
bank_account
validations
bank_account
validationsUse the Regex below to validate the bank accounts on your end.
All
Numeric. Between 4 and 30 characters.
^\d{4,30}$
1234567890
account_type
account_type
The account_type
is specified with only one character described below.
C
Checkings account
S
Savings account
document_type
and document_id
validations
document_type
and document_id
validationsCI
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
For the full and most up-to-date list of banks and its codes, please check this endpoint
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?