HTML-form

Below there is a simple instruction on how to set up an HTML form:

  1. Read the instructions in your personal account.

  2. 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)

  1. Go to your website settings.

  2. At the widget installation location, paste the following HTML code into the page.

<link href="https://api.cryptocloud.plus/static/widget/v2/css/app.css" rel="stylesheet" >
<vue-widget shop_id="YOUR_SHOP_ID" api_key="YOUR_KEY" currency="CURRENCY" amount="AMOUNT" locale="LOCALE" ></vue-widget>
<script src="https://api.cryptocloud.plus/static/widget/v2/js/app.js" ></script >
  1. Before inserting the code, specify SHOP ID and API KEY. You can find them in the project settings in the CryptoCloud personal account.

  2. For currency conversion, specify the value in the CURRENCY parameter (RUB / EUR / USD / GBP / UAH and other currencies are available).

  3. 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.

  4. If you need the widget to be in English, specify the value LOCALE = "en". The default language of the widget is Russian.

If you connect payment acceptance via HTML-widget, no automatic postback will be sent to the user's system. After receiving payment, information about the order status on your website or online store should be provided to the client manually.

You can receive notifications about payment receipts in your personal account, in Telegram and by e-mail.

Last updated