Coverage model
Secure Payment Pages use the same chain and currency coverage as standard Request API request flows. This means supported options are the networks and currencies available through the API token list and request creation endpoints.Supported currencies
Currencies are determined by the Request token list and available per network. UseGET /v2/currencies to query support by network.
How to verify support
- Query
GET /v2/currencieswithnetworkandsymbolfilters for discovery - Validate currency IDs before calling
POST /v2/secure-payments - Use the same network and currency validation rules you apply to normal request flows
For an at-a-glance list of ecosystem support, see Supported Chains and Currencies.
Preflight checklist
- Confirm each currency ID exists in
GET /v2/currencies - Confirm each request network is supported by your target flow
- Confirm your selected currencies are available on those networks