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:
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 support@bitgpt.xyz.