GetCourse

Below there is a simple instruction on how to integrate CryptoCloud on GetCourse:

  1. Read the instructions in your personal account.

  2. Add your project in your personal account by filling in the required boxes. In the CMS list, select GetCourse.

Your website: https://domain.com/

Successful URL: https://domain.com/thank-you (can be any link)

Unsuccessful URL: https://domain.com/fail (can be any link)

URL for notifications: https://account_name.getcourse.ru/pl/api/deals

Getcourse API The key can be found at https://account_name.getcourse.ru/saas/account/api

  1. In the list of pages select «Order Payment» and proceed to edit this page.

  2. Go to the GetCourse website: Website — Pages — System pages — Order payment.

  1. Select a place to insert the block and click on the «Add Block» button on the right side of the screen.

  2. In the window that opens, select «HTML block».

  3. Disable the «WYSIWYG» mode and tick the «Replace variables» checkbox.

  1. Open the inserted HTML block and replace all the content with this code. Before inserting the code, specify SHOP ID, API KEY and CURRENCY (EUR / USD / GBP / UAH / other currency). You can find them in the project settings in your CryptoCloud personal account.

<link href="https://api.cryptocloud.plus/static/widget/css/app.css" rel="stylesheet" >
<vue-widget shop_id="YOUR_SHOP_ID" api_key="YOUR_KEY" currency="CURRENCY" ></vue-widget>
<script src="https://api.cryptocloud.plus/static/widget/js/app.js"></script >
  1. Click the «Save» button in the upper right corner of the page and go to the page viewer.

  1. The module is ready to work! Before publishing the payment method on the website, you need to test the integration.

Last updated