Skip to main content
Final Class Crypto payment configuration — on-chain payment via a user-connected wallet or the Crossmint-hosted wallet flow.
Set enabled to false to hide the crypto tab. When enabled, optionally attach a payer to let the app drive signing — CrossmintEvmWalletCheckoutPayer is the easiest way to bridge a CrossmintEvmWallet into a payer.

Constructors

CrossmintCheckoutCryptoPayment

Creates a crypto payment config.

Properties

enabled

Whether crypto payments are enabled.

defaultChain

Chain preselected in the crypto tab (e.g. "base", "solana"). Must appear in the payer’s CrossmintCheckoutPayer.supportedChains when a payer is attached.

defaultCurrency

Currency preselected in the crypto tab (e.g. "USDC").

payer

Optional app-side signer bridge. When null, the hosted page presents its own wallet-connect flow.