| 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 |
| 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]+$ |
Please note that Payouts are unavailable from 2:00 AM to 7:00 AM UTC due to Bolivian Compensation Chamber restrictions
curl --location 'https://api.v2.stg.paypaga.com/payout' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "BO",
"currency": "BOB",
"payment_method_code": "bank_transfer",
"transaction": {
"beneficiary": {
"first_name": "JUAN CARLOS",
"last_name": "PEREZ",
"account_number": "4867400015",
"bank_code": "1014",
"document_type": "CI",
"document_number": "1234567",
"document_extension": "SC",
"email": "beneficiario@gmail.com"
},
"transaction_data": {
"payout_concept": "PRUEBA PAYBULL BO",
"transaction_total": 8.53,
"merchant_transaction_reference": "my-reference"
}
}
}'{
"datetime": "2026-06-26 15:06:26.266926",
"details": {
"result": "success",
"transaction_processed": {
"merchant_transaction_reference": "20260626-1806-4e7b-be15-e127ce06ada6",
"transaction_id": "20260626-1806-4e7b-be15-e127ce06ada6"
}
},
"message": "Payment processing initiated",
"version": "0.1"
}