Skip to main content

iFrame

To add a button you should create a checkout.

Step 1 - click on the “Create checkout” button:

Step 2 - create any checkout that you need:

Step 3 - click on the created checkout and copy the link:

clickId - it can be your web shop order id or customer id or anything else id (only numbers and chars are allowed). This option added to transaction information and search available on it.

For example:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<style>
body {
margin: 0;
background: #333;
}

iframe {
width: 90vw;
height: 90vh;
box-shadow: 0 0 0 1px red;
}
</style>

<iframe src="https://checkouts.crypto-now.io/checkout/b499601f-f089-48fc-a350-b8517e4a6544" frameborder="0"></iframe>

</body>
</html>

Copy link