Overview
Bolivia cash-in creates a QR charge for a BOB account. The API returns a base64 QR image for the payer to scan. The transaction stayspending until payment is confirmed.
Accounts must use currency BOB and country BO.
You can also collect BOB payments with Hosted checkout (POST /api/v1/checkouts with country: "BO"). That flow requires payer.name, payer.document, and payer.email at create time and returns qrCode in the response.
Prerequisites
- Bearer API token with access to the BOB account
Flow
POST /api/v1/bo/transactions/inbound— passaccountIdandamount- Present
qrCodeto the payer (base64 image) - Optionally poll
GET /api/v1/bo/transactions/{id}/statusor setwebhookUrl(see Receiving webhooks)
Example request
pending and moves to done when the QR payment is confirmed.
