QR Bank Transfers PayOut

Payment registration transactions

QR Bank Transfers HPP & H2H


1. QR Bank Transfers

Description:

Withdrawals via bank transfer in Bolivia are a common way to move money from a digital account or financial service to your personal bank account. They work by sending funds electronically through the national banking network.
 
Allows the creation of pay-outs (outgoing payments).
 
URL:https://api.payelu.xyz/api/v1/payments/payout_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
account
num
Client Bank account number
required
payer_name
string
Receiver’s name and last name
required
account_bank
num
Code of specific bank of client.

1014 - Banco Union
1017 - Banco Solidario
1001 - Banco Nacional
1005 - Banco de Credito
1016 - Banco Economico
1003 - Banco Mercantil
1018 - Banco Ganadero
required
account_doc_id
num
Client ID number
required
account_doc_type
num
Type of tax document or identity document. Supported identity/tax documents: СI - Cédula de Identidad and NIT - Número de Identificación Tributaria
required
payer_city
string
LP=La Paz
OR=Oruro
PT=Potosi
CB=Cochabamba
SC=Santa Cruz
BN=Beni
PA=Pando
TJ=Tarija
CH=Chuquisaca

Send only if account_doc_type is CI
required

QR Bank Transfers Example Request:

{ "service_code": "BTQR_BO", "amount": 50, "reference": "1278371289371223123", "account" : "1061983405", "payer_name" : "Pepe Bonilla", "account_bank" : "1016", "account_doc_id" : "4646083", "account_doc_type" : "CI", "payer_city" : "SC" }

QR Bank Transfers Example Response:

{ "status": "success", "data": { "transaction_id": "7607109", "status": "PENDING", "amount": 0.11, "currency": "BOB", "reference": "POUT0345739121", "created_at": "2025-11-10T12:29:16.540491+00:00"     } }