Credit Card Payment Page

The payment page is the default go-to solution when paying for a trade with a credit/debit card. It easy to integrate, it works on web, mobile web and native mobile and covers the common use-cases to let your customers pay for crypto currencies.

The user journey of the payment page is built with safety and simplicity in mind. Your app opens the payment page in an iframe, webview or browser tab. The user inputs his credit card details and our services authenticates the payment or denies the transaction. The entire payment flow takes a 2-3 minutes for the user to complete.


How to use

When you create a trade with the input medium set to card, a redirectUrl will be returned which needs to be opened up inside an iframe.

  • Create a trade
    • A redirectUrl will be returned in the response
  • Redirect the end-user to the redirect url
  • Handle successful or failed payment attempt (wait for the webhook)