| Field | Description | Validation |
|---|---|---|
| bank_code | Bank identifier code | See Bank Identifier Codes below |
| Name | Code |
|---|---|
| Banco de Chile | banco_chile |
| Banco Estado | banco_estado |
| Banco BCI | bci |
| Banco Falabella | falabella |
| Banco Itaú | itau |
| Banco Santander | santander |
| Banco Security | security |
| Scotiabank | scotiabank |
| Banco BICE | banco_bice |
| Banco Consorcio | banco_consorcio |
| Banco Internacional | banco_internacional |
| Banco Ripley | banco_ripley |
| Coopeuch | coopeuch |
| Prepago Los Héroes | prepago_los_heroes |
curl --location --request POST 'https://api.v2.stg.paypaga.com/payment' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "20251030-1529-4510-bc3c-6321213ee17f",
"payment_method_code": "khipu",
"country_code": "CL",
"currency": "CLP",
"transaction_total": 123.00,
"merchant_transaction_reference": "d0d72900-4734-47c4-8fc7-c2ffea70244f",
"transaction_fields": [
{
"name": "bank_code",
"value": "bci"
}
]
}'{
"transaction_id": "20251030-1529-4510-bc3c-6321213ee17f",
"transaction_payment_mode": "ASYNCHRONOUS",
"payment_method_reference": "20251030-1529-4510-bc3c-6321213ee17f",
"message": "Transaction Successfully",
"version": "0.1",
"next_steps_detail_instructions": [
{
"type": "label",
"key": "payment_method",
"label": "Método de Pago",
"description": "khipu"
},
{
"type": "external_link",
"key": "payment_url",
"label": "URL de pago",
"description": "https://khipu.com/payment/info/75msm1ddc66a"
},
{
"type": "external_link",
"key": "transfer_url",
"label": "Transferencia manual",
"description": "https://khipu.com/payment/manual/75msm1ddc66a"
},
{
"type": "external_link",
"key": "simplified_transfer_url",
"label": "Transferencia simplificada",
"description": "https://app.khipu.com/payment/simplified/75msm1ddc66a"
}
]
}