Crypto payments

In this section we'll go through the endpoints you'll need to execute crypto payments on your website. You can make use of our hosted checkout experience or spin-off a custom UI.

Guidelines for checkout integration in Iframe

To provide the best user experience, we strongly recommend that you use the following minimum dimensions when displaying our checkout:

  • Height: 640px

  • Width: 320px

Our checkout uses the clipboard API to allow users to easily copy the Amounts, Addresses and Transaction ID that are displayed on the screen. This action might be prevented by Chrome and other browsers, so to allow the copying of text with a single button simply add the allow="clipboard-write" property to your <iframe> tag.

Payment statuses

Adding side chain support for deposits

To make use of deposits through side chains the payload of either the Request crypto payment or the Add payment details request should be changed, so that it includes the network field.

If the network field is not included in the request, then we'll use the default network for respective currency. Details for the supported deposit and default deposit networks can be found in the table below.

List of currencies and their supported deposit networks

Last updated