iFrame initialization
Last updated
Last updated
apiKey
: Your publishable API key for customer and transaction assignment. Also known as the public key.
currencyCode
: The cryptocurrency code (e.g., BTC, ETH, BCH) for purchase. See for more options. If multiple walletAddress are set, this will be the default cryptocurrency.
walletAddress
: The destination cryptocurrency wallet address for purchased funds.
If using one address it'll look like this: walletAddress=
ltc1q2k0xaafhgt3s8qw03wmajjmlc8gcepdy0un0ah
If you want to accept multiple currencies, for example, Bitcoin, Litecoin, and Dogecoin, format the walletAddress parameter as follows: walletAddress=
BTC:yourBitcoinAddress,LTC:yourLitecoinAddress,DOGE:yourDogecoinAddress
If you want to accept multiple currencies, for example, Bitcoin, Litecoin, and Dogecoin, format the walletAddress parameter as follows: walletAddress=
BTC:yourBitcoinAddress,LTC:yourLitecoinAddress,DOGE:yourDogecoinAddress
language
: Specify the widget's language using an . The language will default to EN (English) if the parsed language is not supported. All supported languages can be found .
method
: Specify the payment method that will be pre-selected upon opening the widget. You'll have to use the slug mentioned e.g. method=
apple-pay
. If the provided method is not available in the user's geo, the default method will be selected instead.
baseCurrencyCode
: The fiat currency code for transactions (e.g., USD, EUR, GBP). See for more options.
lockBaseCurrency
: (True/False) Locks the currency selection to the provided baseCurrencyCode
. This prevents the user from making payments in other currencies and will remove payment methods where the provided currency is unsupported.
baseCurrencyAmount
: The fiat currency amount to be spent, in integer form. 2 decimals max. Cannot be zero if set.
quoteCurrencyAmount
: The cryptocurrency amount to be purchased, in integer form. 3 decimals max. Minimum 7 EUR and 8 USD equivalent of the given crypto.
email
: Prefills the customer's email address on the login page.
externalCustomerId
: Your unique identifier for the customer.
redirectUrl
: The URL for redirection after purchase completion. Must be URLencoded, e.g. https%3A%2F%2Fwebhook.site
You may include dynamic order information by using the following variables in your URL:
{orderId}
- Will be replaced with the actual order ID
{orderStatus}
- Will be replaced with the final status of the order
Examples of how the parameter can be used:
customerKYC
: The level of Know Your Customer (KYC) verification. customerKYC = 0 means the customer has not completed KYC. customerKYC = 1 means the customer has completed Proof of ID + Liveness Check. customerKYC = 2 means the customer has completed Proof of ID + Liveness Check + Proof of Address.
destinationTag
: Adds a numeric destination tag (XRP) or text memo (TON) to identify specific recipients or provide transaction context.
coverFees
: (True/False) Sets processing and handling fees to zero for the customer. Fees will be included through the spread.
minAmount
: Sets the minimum order amount in EUR. This cannot be lower than 7 EUR.
lockAmount
: (True/False) Locks the fiat and crypto fields for the user.
Generate a signature to prevent the URL from being modified. This is done using the query string, including '?' and the secret key shared with you.
Note: this is a test key, your key will be different.
The iFrame has been optimized for height: 585px; width: 445px;.
responseUrl
: When creating an order, you can specify a webhook URL through this parameter - it must be URLencoded (e.g., https%3A%2F%2Fwww.myurl.com). Additionally, you can define a global callback URL via the to receive order notifications for all your orders.
style
: The Styling ID and widget customization options can be configured on the βWidget Customizationsβ page within the .
baseCountry
: (ISO) The country code for the user's location. This is used to determine the payment methods available to the user. See for more options. Note that if lockAmount
is set to true, the country will not be changeable by the user.