Currency Configuration
Configure which cryptocurrencies your payment application accepts. The currencyWhitelist on your payment application determines what payment methods are available to customers on the checkout page.
Available Cryptocurrencies
The following cryptocurrencies are currently available on this payment gateway instance:
Loading currencies...
How It Works
- You set the
currencyWhiteliston your payment application - When a customer opens a checkout link, they see only the whitelisted currencies
- The customer selects their preferred cryptocurrency
- The system generates a payment address for the selected currency
- The customer sends the exact amount to the provided address
Checking Available Payment Methods
For a specific payment, you can check which payment methods are available via the public checkout endpoint:
GET /api/checkout/{paymentId}/payment-methods
This returns the available cryptocurrencies based on the application's currencyWhitelist.
Best Practices
- Start with major currencies — BTC, ETH, and stablecoins (USDT, USDC) are the most widely used
- Consider your audience — different regions prefer different cryptocurrencies
- Include stablecoins — they minimize exchange rate volatility for both you and the customer
- Keep the list focused — too many options can overwhelm customers