| 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 |
| Field | Description |
|---|---|
| payment_method_reference | Khipu's own identifier for this payment, useful for reconciliation and support. |
| reference_url | The unified Payment URL described above. |
| manual_transfer_url | The Manual Transfer URL described above. |
| simplified_transfer_url | The Simplified Transfer URL described above. |
DisablePartnerMock controls sandbox simulation for this method.curl --location 'https://api.paypaga.com/v2/transactions/pay-in' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1000,
"country": "CL",
"currency": "CLP",
"customer_ip": "120.29.48.92",
"fields": {
"bank_code": "bci"
},
"merchant_customer_id": "customer@email.com",
"merchant_order_reference": "ORDER-2026-0001",
"merchant_transaction_reference": "TRX-2026-0001",
"payment_method": "khipu",
"return_urls": {
"failure_url": "https://merchant.com/payment-failure",
"success_url": "https://merchant.com/payment-success"
}
}'{
"expires_at": "2026-06-09T14:13:05.143073869Z",
"instructions": {
"manual_transfer_url": "https://khipu.com/payment/manual/75msm1ddc66a",
"reference_url": "https://khipu.com/payment/info/75msm1ddc66a",
"simplified_transfer_url": "https://app.khipu.com/payment/simplified/75msm1ddc66a"
},
"payment_method_reference": "129930",
"transaction_id": "20260205-1127-4678-8883-5e4868d33e4e"
}