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 PayOut
1. Paraguay Casg PayOut
Description:
Cash payments in Paraguay using the largest cash networks in the country
Allows the creation of pay-out (outgoing payments).
URL:
https://api.payelu.xyz/api/v1/payments/payout_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 |
account_doc_id | string | Recipient's Doc ID | required |
BTWA_PY Example Request:
{ "service_code": "CA_PY", "amount": 7.22, "reference": "POUT9559483583", "account_doc_id": "111222333" }
BTWA_PY Example Response:
{ "status": "success", "data": { "transaction_id": "99058053", "amount": 8.22, "currency": "PYG", "reference": "POUT6859756885", "status": "PENDING", "created_at": "2026-06-15T18:43:38.202495+00:00", "updated_at": "2026-06-15T18:43:38.202495+00:00", "withdrawal_instructions": { "title": "", "subtitle": "Instrucciones", "line1": "Acércate a cualquier punto de cobranza de la red 'Pago Express' o 'Aquí Pago'", "line2": "Indica al cajero que deseas retirar TU dinero a traves del servicio 'PAYELU Cobro Out'.", "line3": "Proporciona el No. de referencia 99058053, y adicionalmente muestra físicamente tu cédula o número de documento", "line4": "Recibe TU dinero en efectivo por el monto indicado (PYG 8.22).", "line5": "Conserva tu comprobante y vuelve a esta página.", "line6": "", "line7": "", "line8": "", "line9": "", "line10": "" } } }