Skip to main content
We support a wide range of payment providers and blockchain gateways, allowing your organization to accept and manage assets across multiple networks and technologies. This includes both crypto networks (e.g. Ethereum, Solana, Bitcoin) and traditional payment gateways (e.g. Stripe for cards and alternative payment methods).

What are providers?

A provider represents a specific payment or blockchain integration. Each provider contains:
  • provider: The unique ID used internally
  • network: The blockchain or payment layer (e.g. Ethereum, Solana, Stripe)
  • gateway: The asset or method (e.g. USDC, Bitcoin, CARD, KLARNA)
  • type: native or additional depending on whether the asset is core to the chain or an added token
  • filters: Execution engine compatibility (e.g. evm, xvm, btc, etc.)
  • metadata: Extended info like decimals, logos, contract addresses, etc.

Available providers

Here is a selection of the currently supported providers and gateways in our system:
Provider IDTypeNetworkGatewayModeFilters
provider_base_ethereumCRYPTOBASEETHEREUMnativeevm,xvm
provider_base_usdcCRYPTOBASEUSDCadditionalevm,xvm
provider_binance_smart_chain_binance_coinCRYPTOBINANCE_SMART_CHAINBINANCE_COINnativeevm,xvm
provider_binance_smart_chain_usdcCRYPTOBINANCE_SMART_CHAINUSDCadditionalevm,xvm
provider_binance_smart_chain_usdtCRYPTOBINANCE_SMART_CHAINUSDTadditionalevm,xvm
provider_bitcoin_bitcoinCRYPTOBITCOINBITCOINnativebtc
provider_bitcoin_cash_bitcoin_cashCRYPTOBITCOIN_CASHBITCOIN_CASHnativebtc
provider_dogecoin_dogecoinCRYPTODOGECOINDOGECOINnativebtc
provider_ethereum_ethereumCRYPTOETHEREUMETHEREUMnativeevm,xvm
provider_ethereum_usdcCRYPTOETHEREUMUSDCadditionalevm,xvm
provider_ethereum_usdtCRYPTOETHEREUMUSDTadditionalevm,xvm
provider_litecoin_litecoinCRYPTOLITECOINLITECOINnativebtc
provider_polygon_polygonCRYPTOPOLYGONPOLYGONnativeevm,xvm
provider_polygon_usdcCRYPTOPOLYGONUSDCadditionalevm,xvm
provider_polygon_usdc_nativeCRYPTOPOLYGONUSDC_NATIVEadditionalevm,xvm
provider_polygon_usdtCRYPTOPOLYGONUSDTadditionalevm,xvm
provider_ripple_rippleCRYPTORIPPLERIPPLEnativexrp
provider_solana_solanaCRYPTOSOLANASOLANAnativesvm,xvm
provider_solana_usdcCRYPTOSOLANAUSDCadditionalsvm,xvm
provider_solana_usdtCRYPTOSOLANAUSDTadditionalsvm,xvm
provider_stripe_cardSTRIPECARDCARDnative
provider_tron_tronCRYPTOTRONTRONnativetvm,xvm
provider_tron_usdtCRYPTOTRONUSDTadditionaltvm,xvm
For a full up-to-date list, refer to our API.

Metadata

Each provider may include a metadata object with details such as:
  • decimals: Number of decimal places for the asset
  • contract_address: (For token-based assets)
  • gateway_logo: Icon for the payment asset
  • network_logo: Icon for the blockchain or payment network
  • detection_min_amount: Minimum amount for reliable deposit detection (BTC-like chains)

Notes

  • Native gateways represent the base currency of the network (e.g., ETH on Ethereum).
  • Additional gateways are tokens or secondary assets deployed on a network (e.g., USDC on Polygon).
  • Some payment methods (like Stripe APMs) may have more limited metadata, depending on integration.
  • You can retrieve all providers for an invoice programmatically using the API for real-time resolution or filtering.

List providers for an invoice

Obtain the full list and data of available providers for a specific invoice
Need more detail on how to use a specific provider or how to initiate payments? Head to the Payments Guide or contact us at [email protected].