BTWA_PY PayOut

Payment registration transactions

BTWA_PY HPP & H2H


1. BTWA_PY PayOut

Description:
Bank Transfer Paraguay using BTWA_PY, payments to be made via online banking
 
Allows the creation of pay-out (outgoing payments).
 
URL:https://api.payelu.xyz/api/v1/payments/payout_hth
 

Country Uses:

  • Paraguay: BTWA_PY
 

Request Parameters:

Parameter
Type
Description
Requeriment
service_code
string
BTWA_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": "BTWA_PY", "amount": 7.22, "reference": "POUT9559483583", "account_doc_id": "111222333" }

BTWA_PY Example Response:

{ "status": "success", "data": { "transaction_id": "74744671", "amount": 7.22, "currency": "PYG", "reference": "POUT9559483583", "status": "PENDING", "created_at": "2026-02-05T18:09:41.069425+00:00", "updated_at": "2026-02-05T18:09:41.069425+00:00" } }