| Field | Description | Validation |
|---|---|---|
| first_name | First name | Length >= 2 <= 50, RegEx ^\p{L}(?:[ '-]\p{L}+)$ |
| last_name | Last name | Length >= 2 <= 50, RegEx ^\p{L}(?:[ '-]\p{L}+)$ |
| document_type | Identification document type | See document types listed below |
| document_extension | Document extension | See document types listed below |
| document_number | Identification document number | See document types listed below |
| bank_code | Bank name | See supported bank names below |
| account_number | Account number | Valid Bolivian account number. Length >= 1 <= 20. RegEx ^\d+$ |
| Name | Description | Validation |
|---|---|---|
| Cédula de Identidad | CI | Length >= 7 <= 20, RegEx ^\d{7,10}(-[A-Z0-9]{1,4})?$ |
| Passport | PP | Length >= 1 <= 20, RegEx ^[a-zA-Z0-9]+$ |
| Code | Name | Type |
|---|---|---|
| 1001 | Banco Nacional | Bank |
| 1003 | Banco Mercantil | Bank |
| 1005 | Banco de Crédito | Bank |
| 1007 | Banco de la Nación Argentina | Bank |
| 1009 | Banco BISA | Bank |
| 1014 | Banco Unión | Bank |
| 1016 | Banco Económico | Bank |
| 1017 | Banco Solidario | Bank |
| 1018 | Banco Ganadero | Bank |
| 1033 | Banco FIE | Bank |
| 1034 | Banco Fortaleza | Bank |
| 3001 | Cooperativa Jesús Nazareno | Financial Institution |
| 74002 | Banco Pyme Ecofuturo | Bank |
| Code | Name |
|---|---|
| BN | Beni |
| CB | Cochabamba |
| LP | La Paz |
| OR | Oruro |
| PA | Pando |
| PE | Extranjero |
| PT | Potosí |
| SC | Santa Cruz |
| TJ | Tarija |
curl --location 'https://api.paypaga.com/v2/transactions/pay-out' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 125.5,
"country": "BO",
"currency": "BOB",
"customer_ip": "120.29.48.92",
"fields": {
"account_number": "4867400015",
"bank_code": "1001",
"document_extension": "LP",
"document_number": "1234567",
"document_type": "CI",
"first_name": "Eryn",
"last_name": "Rogahn"
},
"merchant_customer_id": "customer@mail.com",
"merchant_order_reference": "ORDER-2026-0001",
"merchant_transaction_reference": "TRX-2026-0026",
"payment_method": "bank_transfer"
}'{
"merchant_order_reference": "ORDER-2026-0001",
"merchant_transaction_reference": "TRX-2026-0026",
"transaction_id": "20240806-2010-4086-8342-c28f4979f834"
}