| Field | Description | Validation |
|---|---|---|
| name | Full name | |
| document_number | RUT number | Length >= 8 <= 12, RegEx ^(\d{1,2}[.,\s]\d{3}[.,\s]\d{3}[.,\s]*-[0-9kK] |
| Email address | Length >= 5 <= 50, RegEx ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}$ Must be a valid email address | |
| account_number | Account number | Must be valid account number |
| bank_code | Bank identifier code | Must be one of the supported bank codes |
| Name | Code | Type |
|---|---|---|
| Banco Estado | cl_estado | Bank |
| Banco Santander | cl_santander | Bank |
| Banco de Chile/Edwards | cl_bch | Bank |
| BCI | cl_bci | Bank |
| Banco Itaú | cl_itau | Bank |
| Scotiabank | cl_scotiabank | Bank |
| Banco Falabella | cl_falabella | Bank |
| Banco Internacional | cl_banco_internacional | Bank |
| Banco BICE | cl_banco_bice | Bank |
| Banco Security | cl_banco_security | Bank |
| Banco Ripley | cl_banco_ripley | Bank |
| Banco Consorcio | cl_banco_consorcio | Bank |
| Coopeuch | cl_coopeuch | Financial Institution |
| Global 66 | cl_global_66 | Fintech |
| MercadoPago | cl_mercado_pago | Wallet |
curl --location 'https://api.paypaga.com/v2/transactions/pay-out' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "CL",
"currency": "CLP",
"payment_method": "bank_transfer",
"merchant_transaction_reference": "TRX-2026-0026",
"merchant_order_reference": "ORDER-2026-0001",
"merchant_customer_id": "customer@mail.com",
"customer_ip": "120.29.48.92",
"amount": 125.5,
"fields": {
"name": "Rafael Beaty",
"document_number": "25,178,162-1",
"email": "email@email.com",
"account_number": "1234567890",
"bank_code": "cl_scotiabank"
}
}'{
"transaction_id": "20240806-2010-4086-8342-c28f4979f834",
"merchant_transaction_reference": "TRX-2026-0026",
"merchant_order_reference": "ORDER-2026-0001"
}