Skip to main content
POST
Materialize a checkout payment option (public)

Path Parameters

token
string
required

Opaque checkout token embedded in the checkout_url.

method
string
required

Method to materialize — a fiat method from the multi-country catalog (qr, card, fintoc, bank_transfer, c2p, debito_inmediato; requires ?country=XX) or a crypto option (crypto:tron:usdt, crypto:eth:usdt, crypto:eth:usdc, crypto:btc:btc; no country).

Query Parameters

country
string

ISO-3166 alpha-2 country of the fiat method being materialized. Required for fiat methods, ignored for crypto.

currency
string

Charge currency of the materialization, picked from the options[] (or cards[]) catalog of the quote (e.g. BOB or USD). Required when the country offers the method in more than one currency; ignored when there is a single one (it is determined by the country).

Response

Instructions for the chosen payment method.

Last modified on July 18, 2026