Skip to main content
POST
Confirm a QR payout (Bolivia, Brazil)

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Headers

Idempotency-Key
string

Alternative to the idempotency_key body field.

Body

application/json
provider_reference
string
required

From the scan step.

amount
string
required

Local amount as a positive decimal string.

country
enum<string>
default:BO
Available options:
BO,
BR
currency
enum<string>
default:BOB
Available options:
BOB,
USD,
BRL
description
string
settlement_asset
enum<string>

Virtual balance to debit for this operation. Omit to use your account's default settlement asset.

Available options:
USDT,
USDC,
BTC,
GOLD
idempotency_key
string

Response

Idempotency replay of an existing QR payout.

payout_id
string<uuid>
account_id
string<uuid>
idempotency_key
string
country
string
currency
string
method
string
local_amount
string
fx_rate
string

Your account's rate at execution time (local units per 1 USDT).

usdt_amount
string
fee
string
total_debit
string
settlement_asset
enum<string>

Virtual balance the operation was actually debited from.

Available options:
USDT,
USDC,
BTC,
GOLD
settlement_amount
string

Exact amount debited from the settlement asset's balance (in that asset's units). Equals total_debit when the asset is USDT. If the payout fails this exact amount is refunded — never re-quoted.

settlement_rate
string

Effective USD price per unit of the settlement asset used to convert the USDT total ("1" for USDT/USDC).

beneficiary
object
description
string
status
enum<string>
Available options:
pending,
processing,
completed,
failed
status_code
string
status_message
string
created_at
string<date-time>
updated_at
string<date-time>
idempotency_hit
boolean

Present (true) when the response is an idempotent replay.

Last modified on July 18, 2026