| Field | Description | Validation |
|---|---|---|
| network | Digital wallet network. Currently only Dilo App is supported for Honduras, so this field can be omitted. | See Networks below |
| Name | Code | Minimum amount | Maximum amount |
|---|---|---|---|
| Dilo App | dilo_app | 50 HNL | 25,000 HNL |
payment_method_reference as the reference number to enter in the app.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": "dilo_app"
},
"merchant_customer_id": "customer@email.com",
"merchant_order_reference": "ORDER-2026-0033",
"merchant_transaction_reference": "TRX-2026-0033",
"payment_method": "digital_voucher",
"return_urls": {
"failure_url": "https://merchant.com/payment-failure",
"success_url": "https://merchant.com/payment-success"
}
}'{
"expires_at": "2026-06-12T09:26:00Z",
"instructions": {},
"payment_method_reference": "7041621293386807",
"transaction_id": "20260210-1146-4b91-9c04-6e5979d44f07"
}