| Field | Description | Validation |
|---|---|---|
| document_number | RUT (Rol Único Tributario) | Length >=8 <= 12, RegEx ^(\d{1,2}[.,\s]*\d{3}[.,\s]*\d{3}[.,\s]*-[0-9kK]|\d{7,8}-?[0-9kK])$, Must be valid RUT |
| Email address | Length >= 5 <= 50, RegEx ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$ | |
| bank_code | Bank identifier code | See Bank Identifier Codes below |
| Name | Code |
|---|---|
| Banco de Chile | banco_chile |
| Banco Estado | banco_estado |
| BCI | bci |
| Banco Falabella | falabella |
| Banco Itaú | itau |
| Banco Santander | santander |
| Banco Security | security |
| Scotiabank | scotiabank |
| Mach | mach |
| Tapp | tapp |
| Test Bank (Sandbox Only) | test_bank |
Initiated transactions that are not completed, transition to an Expired state after 72 hours.
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": "bank_transfer",
"country_code": "CL",
"currency": "CLP",
"transaction_total": 123.00,
"merchant_transaction_reference": "d0d72900-4734-47c4-8fc7-c2ffea70244f",
"transaction_fields": [
{
"name": "document_number",
"value": "3880986-5"
},
{
"name": "email",
"value": "mail@mail.com"
},
{
"name": "bank_code",
"value": "banco_chile"
}
]
}'{
"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": "external_link",
"key": "reference_url",
"label": "Presione aquí para completar su pago",
"description": "https://paypaga.com/session/3YGRrYc3PFEtUyPm2PFSjMjDXalnX0VcJJkO8ifR63YDinB8tGvgPkEQaVaHPkG1"
}
]
}