List view
Getting Started
Getting Started
Authentication Guide
Authentication Guide
Costa Rica
Costa Rica
QR Bank Transfers Bolivia
QR Bank Transfers Bolivia
Real-Time Bank Transfers Argentina
Real-Time Bank Transfers Argentina
PIX Brazil
PIX Brazil
PagoMovil Venezuela
PagoMovil Venezuela
SPEI Mexico
SPEI Mexico
Colombia
Colombia
Khipu Chile
Khipu Chile
WebPay Chile
WebPay Chile
MACH Chile
MACH Chile
Bank Transfers Chile
Bank Transfers Chile
Paraguay
Paraguay
VISA & MasterCard
VISA & MasterCard
Other Endpoints
Other Endpoints
BTWA_PY Paraguay
BTWA_PY Paraguay
Payment registration transactions
Paraguay Cash HPP & H2H
1. Paraguay Cash PayIn
Description:
Cash payments in Paraguay using the largest cash networks in the country
Allows the creation of pay-ins (incoming payments).
URL:
https://api.payelu.xyz/api/v1/payments/payin_hthCountry Uses:
- Paraguay: Cash Payments
Request Parameters:
Parameter | Type | Description | Requeriment |
service_code | string | ’ CA_PY’ | required |
amount | num | Amount to process. e.g. 123.45 | required |
reference | string | Merchant’s Unique ID for transaction. It must be 22 alfanumeric digits (i.e. ‘ 0000000000002507135224‘) | required |
payer_doc_id | string | Sender's Doc ID. | required |
Paraguay Cash Example Request:
{ "service_code": "CA_PY", "amount": 15.21, "reference": "PAY0835698813", "rq_payer_doc_id": "1234567890" }
Paraguay Cash Example Response:
{ "status": "success", "data": { "transaction_id": "22342477", "amount": 15.21, "currency": "PYG", "reference": "PAY0835698813", "status": "PENDING", "created_at": "2026-02-05T20:15:41.873675+00:00", "updated_at": "2026-02-05T20:15:41.873675+00:00", "payment_instructions": { "title": "PAYELU CA_PY", "subtitle": "", "line1": "1) Acércate a cualquier punto de la red de cobranza "Pago Express" o "Aqui Pago"'", "line2": "2.-Indica al cajero que deseas pagar el servicio "PAYELU Pago In"", "line3": "Proporciona el número de referencia 3242342234", "line4": "Realiza el pago por el monto (PYG 15.21) indicado y vuelve a esta página", "line5": "Conserva tu comprobante y vuelve a esta página", "line6": "", "line7": "", "line8": "", "line9": "", "line10": "" }, "redirect_hpp_url": "xxxx" } }
After receiving
redirect_hpp_url, you need to redirect the client to the URL and wait for the final status of the transaction.