| Field | Description | Validation |
|---|---|---|
| network | Cash payment point network. If omitted, a generic cash payment point can be used. | See Networks below |
| Name | Code | Minimum amount | Maximum amount |
|---|---|---|---|
| Not specified (generic) | — | 50 HNL | 25,000 HNL |
| Tigo Money | tigo_money | 50 HNL | 25,000 HNL |
| Dilo Agentes | dilo_agentes | 50 HNL | 25,000 HNL |
| Farmacias Siman | farmacias_siman | 50 HNL | 5,000 HNL |
payment_method_reference as the reference number to share with the cashier.curl --location 'https://api.paypaga.com/v2/transactions/pay-in' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1000,
"country": "HN",
"currency": "HNL",
"customer_ip": "120.29.48.92",
"fields": {
"network": "tigo_money"
},
"merchant_customer_id": "customer@email.com",
"merchant_order_reference": "ORDER-2026-0030",
"merchant_transaction_reference": "TRX-2026-0030",
"payment_method": "cash_voucher",
"return_urls": {
"failure_url": "https://merchant.com/payment-failure",
"success_url": "https://merchant.com/payment-success"
}
}'{
"expires_at": "2026-06-12T09:23:00Z",
"instructions": {},
"payment_method_reference": "7041621293386804",
"transaction_id": "20260210-1143-4b91-9c04-6e5979d44f04"
}