Argentina Bank Transfers PayIn

Payment registration transactions

Argentina Bank Transfers PayIn


1. Argentina Bank Transfers PayIn

Description:
Bank Transfer Argentina enables payments to be made via online banking.
 
Allows the creation of pay-ins (incoming payments).
 
URL:https://api.payelu.xyz/api/v1/payments/payin_hth
 

Country Uses:

  • Argentina: Bank Transfers
 

Request Parameters:

Parameter
Type
Description
Requeriment
service_code
string
BT_ARS
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

Argentina Bank Transfers Example Request:

{ "service_code": "BT_AR", "amount": 101, "reference": "INV_000001" }

Argentina Bank Transfers Example Response:

{ "status": "success", "data": { "transaction_id": "IPBQC7B3Z6V", "amount": 101, "currency": "ARS", "status": "PENDING", "reference": "INV_000001", "created_at": "2025-11-26T19:12:39.607812+00:00", "updated_at": "2025-11-26T19:12:39.607812+00:00", "redirect_hpp_url": XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX     } }
After receiving redirect_hpp_url, you need to redirect the client to the URL and wait for the final status of the transaction.