| Field | Description | Validation |
|---|---|---|
| bank_code | Bank identifier code | See Bank Identifier Codes below |
| Name | Code | Minimum amount |
|---|---|---|
| Banco de Chile | banco_chile | 200 CLP |
| Banco Estado | banco_estado | 200 CLP |
| Banco BCI | bci | 200 CLP |
| Banco Falabella | falabella | 200 CLP |
| Banco Itaú | itau | 200 CLP |
| Banco Santander | santander | 1000 CLP |
| Banco Security | security | 200 CLP |
| Scotiabank | scotiabank | 200 CLP |
| Banco BICE | banco_bice | 200 CLP |
| Banco Consorcio | banco_consorcio | 2000 CLP |
| Banco Internacional | banco_internacional | 200 CLP |
| Banco Ripley | banco_ripley | 200 CLP |
| Coopeuch | coopeuch | 1500 CLP |
| Prepago Los Héroes | prepago_los_heroes | 1000 CLP |
curl --location 'https://api.paypaga.com/v2/transactions/pay-in' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1000,
"country": "CL",
"currency": "CLP",
"payment_method": "khipu",
"merchant_order_reference": "ORDER-2026-0001",
"merchant_transaction_reference": "TRX-2026-0001",
"merchant_customer_id": "customer@email.com",
"customer_ip": "120.29.48.92",
"fields": {
"bank_name": "bci"
},
"return_urls": {
"success_url": "https://merchant.com/payment-success",
"failure_url": "https://merchant.com/payment-failure",
"cancel_url": "https://merchant.com/payment-cancelled"
}
}'{
"transaction_id": "20260205-1127-4678-8883-5e4868d33e4e",
"payment_method_reference": 129930,
"expires_at": "2026-06-09T14:13:05.143073869Z",
"instructions": {
"payment_method_reference": "azkcl5oof0ie",
"reference_url": "https://khipu.com/payment/manual/75msm1ddc66a"
}
}