Buyers can purchase NFTs with any cryptocurrency. For example, they can pay for an Optimism NFT with mainnet ETH.
This is done real time without bridging and lower gas fees.
You will be paid in the currency expected by your registered mint function, regardless of how the buyer pays.
The default configuration includes all payment options (fiatETHSOL). To customize it, add the checkoutProps attribute to the CrossmintPayButton and include the payment methods you want to enable.
Copy
Ask AI
<CrossmintPayButton // other props removed for brevity checkoutProps={{ paymentMethods: ["ETH", "fiat"], }}/>
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.