QR Bank Transfers PayIn

Payment registration transactions

QR Bank Transfers HPP & H2H


1. QR Bank Transfers

Description:

In Bolivia, QR bank transfers (also called transferencias por QR or pagos QR) refer to instant electronic payments made by scanning a QR code that links directly to a bank account or mobile wallet within the national financial system.
 
Allows the creation of pay-ins (incoming payments).
 
URL:https://api.payelu.xyz/api/v1/payments/payin_hth
 

Country Uses:

  • Bolivia: QR Bank Transfers
 

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

QR Bank Transfers Example Request:

{ "service_code": "BTQR_BO", "amount": 100, "reference": "78238734746863728467" }

QR Bank Transfers Example Response:

{ "status": "success", "data": { "transaction_id": "50375017", "status": "PENDING", "qr_text": "0yNCLOepg1HVcdHwM/rlFbCsL1QInWTKLFs2f2miY2qVa0ckZ2p/+OwnTgAxbYW9CQpzJ11a6TURCisOx65qWS+QKYQl96txUfC1LWjo240JDbgkn6kyOwRTF+tmcWHY6BdeLXdJJF2K8KaCGq37KiFIcEuH9N+fg4FzoX2mx61NKBkttGhl40Pwiso8YIp2UtOqE/rYp7Eb8Ik8T7rFUoq3H0HrRTfEdqOLvRg5BMai8H+sh39uc7Mis38egu3uVNq1qepJyOg920BPn0Sy39rQzirgri11j3F2Tr4alcXLV0+iybfBsBHJO9qpMUxZkLl1vNZmTeUOcBl/qkYbLQ==|04E78DE23081020975A09FA83F185831", "amount": 0.06, "currency": "BOB", "created_at": "2025-11-10T22:26:58.647329+00:00", "redirect_hpp_url": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"     } }
After receiving redirect_hpp_url, you need to redirect the client to the URL and wait for the final status of the transaction.