createCryptoDotComPayment
Creates a Crypto.com payment for purchasing cryptocurrency with fiat. This returns a payment URL that you can display in an iframe within your app or open in a new window.Usage
Parameters
Returns
Promise<CryptoDotComPaymentResponse> - A promise that resolves to the payment details:
Examples
Embedded iframe experience
Open in new window
With network selection
Related functions
- getCoinbaseBuyUrl - Get Coinbase buy URL (redirect flow)
- createCoinbaseOnrampOrder - Create Coinbase order (embedded flow)