List view
Getting Started
Getting Started
Authentication Guide
Authentication Guide
PIX Brazil
PIX Brazil
PagoMovil Venezuela
PagoMovil Venezuela
SPEI Mexico
SPEI Mexico
PSE Colombia
PSE Colombia
Real-Time Bank Transfers Paraguay
Real-Time Bank Transfers Paraguay
VISA & MasterCard
VISA & MasterCard
Payment registration transactions
Real-Time Paraguay Bank Transfers HPP & H2H
1. Paraguay Bank Transfers PayOut
Description:
Bank Transfer Paraguay enables payments to be made via online banking.
Allows the creation of payouts (outgoing payments).
URL:
https://api.payelu.xyz/api/v1/payments/payout_hth
Country Uses:
- Paraguay: Real-Time Bank Transfers
Parameter | Type | Description | Requeriment |
service_code | string | ’ BT_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 | string | Client Bank account number | required |
account_bank | string | Code of specific bank of client. It’s provided | required |
account_doc_type | string | Type of tax document or identity document. Supported identity/tax documents: СI - Cédula de Identidad (6 to 8 digits, only numbers) | required |
account_doc_id | string | Client ID number | required |
payer_name | string | Payer’s name and last name | required |
expired_at | string | Payment expiration datetime in UTC (ISO 8601 format). It must have 120 hours | required |
Request Parameters:
Paraguay Bank Transfers Example Request:
{ "service_code": "BT_PY", "amount": 32.63, "reference": "0000000000002507135224", "account_bank": "44", "account": "12345678", "account_doc_type": "CI", "account_doc_id": "12345678", "payer_name": "Pedro Gutierrez", "expired_at": "2025-05-22T21:10:59Z" }
Paraguay Bank Transfers Example Response:
{ "status": "success", "transaction_id": "68ba72ed-967b-4d64-b02e-cd0b38becd75", "amount": 400000.0, "reference": "0000000000002507135224", "created_at": "2025-04-16 20:24:33", "status": "PENDING", }