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
PIX HPP & H2H
2. PIX Out
Description:
Pix is a real-time payment system in Brazil. Developed by the Brazilian Central Bank, it allows users to make instant payments with immediate confirmation, available 24/7.
Allows the creation of payouts (outgoing payments).
URL:
https://api.payelu.xyz/api/v1/payments/payout_hth
Country Uses:
- Brazil: PIX
Request Parameters:
Parameter | Type | Description | Requeriment |
service_code | string | ’ PIX_BR ’ | 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 | CPF, cellphone number or email that act as PIX KEY to receive the withdraw. | required |
PIX Example Request:
{ "service_code": "PIX_BR", "amount": 200, "reference": "0000000000002507135224", "account_doc_id": "15618955040", }
PIX Example Response:
{ "status": "success", "transaction_id": "1a9fd838-3730-4834-a4e7-ee73a53830c3", "amount": "40.0", "reference": "0000000000002507135224", "created_at": "2025-03-06 14:54:33", "status": "PENDING" }