| Field | Description | Validation |
|---|---|---|
| first_name | First name | |
| last_name | Last name | |
| document_type | Identification document type | See document types listed below |
| document_number | Identification document number | See document types listed below |
| bank_name | Bank name | See supported bank names below |
| account_type | Account type | From options: Ahorro or Corriente |
| account_number | Account number | |
| Email address | Length >= 5 <= 50, RegEx ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}$ | |
| phone | Phone number | RegEx ^\d+$ |
| address | Full address |
| Name | Description | Validation |
|---|---|---|
| Documento personal de identificación | DPI | Length >= 2 <= 10, RegEx ^\d+$ |
| Name | Type |
|---|---|
| BAM | Bank |
| BANCO AZTECA | Bank |
| BANCO DE AMERICA CENTRAL | Bank |
| BANCO DE ANTIGUA | Bank |
| BANCO DE CREDITO | Bank |
| BANCO DE DESARROLLO RURAL | Bank |
| BANCO DE GUATEMALA | Bank |
| BANCO DE LOS TRABAJADORES | Bank |
| BANCO FICOHSA | Bank |
| BANCO GYT CONTINENTAL | Bank |
| BANCO INDUSTRIAL | Bank |
| BANCO INMOBILIARIO | Bank |
| BANCO INTERNACIONAL | Bank |
| BANCO INV | Bank |
| BANCO PROMERICA DE GUATEMALA | Bank |
| BANCO PROMERICA | Bank |
| CITIBANK SUCURSAL GUATEMALA | Bank |
| CREDITO HIPOTECARIO NACIONAL | Bank |
| VIVIBANCO | Bank |
curl --location 'https://api.paypaga.com/v2/transactions/pay-out' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "GT",
"currency": "GTQ",
"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": {
"first_name": "Eryn",
"last_name": "Rogahn",
"document_type": "DPI",
"document_number": "97",
"bank_name": "BANCO PROMERICA",
"account_type": "Ahorro",
"account_number": "62475804",
"email": "customers@email.com",
"phone": "(282) 797-0589",
"address": "customers address"
}
}'{
"transaction_id": "20240806-2010-4086-8342-c28f4979f834",
"merchant_transaction_reference": "TRX-2026-0026",
"merchant_order_reference": "ORDER-2026-0001"
}