Skip to content

Wallet address visibility

The showWalletAddress field controls whether the wallet address is visible to the user on the checkout page.

By default, showWalletAddress is true and the wallet address is shown on the checkout page. The user can see where their cryptocurrency will be sent.

Set showWalletAddress to false to hide the wallet address from the checkout page:

{
"baseCurrency": "BTC",
"quoteCurrency": "EUR",
"paymentMethod": "creditCard",
"quoteCurrencyAmount": 50,
"walletAddress": "bc1...",
"showWalletAddress": false
}

When to use: your platform manages wallet addresses on behalf of the user and showing the raw address would be confusing or unnecessary. For example, if your app generates deposit addresses internally and the user does not need to verify them.