| Name | Code |
|---|---|
| Banco Estado | cl_estado |
| Banco Santander | cl_santander |
| Banco de Chile/Edwards | cl_bch |
| BCI | cl_bci |
| Banco Itaú | cl_itau |
| Scotiabank | cl_scotiabank |
| Banco Falabella | cl_falabella |
| Banco Internacional | cl_banco_internacional |
| Banco BICE | cl_banco_bice |
| Banco Security | cl_banco_security |
| Banco Ripley | cl_banco_ripley |
| Banco Consorcio | cl_banco_consorcio |
| Coopeuch | cl_coopeuch |
| Global 66 | cl_global_66 |
| MercadoPago | cl_mercado_pago |
curl --location --request POST 'https://api.v2.stg.paypaga.com/payout' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "CL",
"currency": "CLP",
"payment_method_code": "bank_transfer",
"transaction": {
"beneficiary": {
"name": "John Doe",
"document_number": "25,178,162-1",
"account_number": "1234567890",
"email": "email@email.com",
"bank_code": "cl_scotiabank"
},
"transaction_data": {
"payout_concept": "laboris voluptate quis occaecat",
"merchant_transaction_reference": "invoice",
"transaction_total": 303
}
}
}'{
"datetime": "2025-11-04 15:01:35.214842",
"details": {
"result": "success",
"transaction_processed": {
"merchant_transaction_reference": "e0264cbe-0bcf-4874-93f9-0ebe83b03ad3",
"transaction_id": "20251104-1401-4c30-b0e0-2948015f27c4"
}
},
"message": "Payment processing initiated",
"version": "0.1"
}