HTML-button
Below are simple instructions on how to set up an HTML button:
Sign up on the website https://app.cryptocloud.plus/registration.
Read the instructions in your personal account.
Add your project in your personal account by filling in the required boxes. When adding a project, check that the links provided are correct.
Successful URL: https://domain.com/thank-you (can be any link)
Unsuccessful URL: https://domain.com/fail (can be your any link)
URL for notifications: https://domain.com/notifications (can be your any link)
Go to your website settings.
At the widget installation location, paste the following HTML code into the page.



<link href="https://api.cryptocloud.plus/static/pay_btn/css/app.css" rel="stylesheet" >
<vue-widget shop_id="YOUR_SHOP_ID" api_key="YOUR_KEY" background="#fff" color="#000" border_color="#000" logo="color" width="350px" currency="CURRENCY" amount="AMOUNT" text_btn="Pay with CryptoCloud" order_id="YOUR_ORDER_ID" ></vue-widget>
<script src="https://api.cryptocloud.plus/static/pay_btn/js/app.js" ></script >
Before inserting the code, specify SHOP ID and API KEY. You can find them in the project settings in the CryptoCloud personal account.
You can customize the button with parameters:
BACKGROUND — background color of the button
COLOR — font color on the button
BORDER_COLOR — color of the button's border
LOGO — color or white version of the logo
WIDTH — button width
For currency conversion you need to specify the value in the CURRENCY parameter (RUB / EUR / USD / GBP / UAH and other currencies are available).
If you need to pre-fill the payment amount, specify AMOUNT (amount="1000"). If you do not need to prefill the amount, then leave AMOUNT (amount="") empty.
In the ORDER_ID value you can pass any client identifier. For example, mail or name. This box is optional for filling.
Last updated
Was this helpful?