You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When customer checks out his order in merchant app, merchant server calls Crypto.com Pay server to create a payment, a return_url is provided by merchant (explains below). The payment object returned will consist of a payment_url.
Merchant app open webview and navigate to payment_url, the payment page is displayed.
Payment page has deep link for the customer to switch to Crypto.com app.
Customer completes payment in Crypto.com’s app.
Customer switches back to merchant app.
Merchant app’s webview will be redirected to return_url once payment is captured, merchant app detects the redirection, close the webview.
Merchant app calls merchant server to complete the order.
Merchant server calls Crypto.com Pay server again to confirm the payment is indeed captured.
Merchant server completes the order.
How to Use
Sign up for a Crypto.com Pay account, if you don't already have one.
Once you have access to the Crypto.com Pay Merchant Dashboard, You will be able to generate a secret key.