> For the complete documentation index, see [llms.txt](https://docs.trybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trybit.com/pt/cms-plugins/list/getcourse.md).

# GetCourse

Abaixo, encontra uma instrução simples sobre como integrar o CryptoCloud no GetCourse:

1. Registe-se no site <https://app.trybit.com/registration>.
2. Leia as instruções na sua conta pessoal.
3. Adicione o seu projeto na sua conta pessoal preenchendo os campos obrigatórios. Na lista de CMS, selecione GetCourse.

**O seu website:**\
<https://domain.com/>

**URL de sucesso:**\
<https://domain.com/thank-you\\>
(pode ser qualquer link)

**URL de insucesso:**\
<https://domain.com/fail\\>
(pode ser qualquer link)

**URL para notificações:**\
<https://account\\_name.getcourse.ru/pl/api/deals>

**API do GetCourse**\
A chave pode ser encontrada em <https://account\\_name.getcourse.ru/saas/account/api>

4. Na lista de páginas, selecione «Order Payment» e continue a editar esta página.
5. Aceda ao site do GetCourse: Site — Páginas — Páginas do sistema — Pagamento do pedido.

<figure><img src="https://app.cryptocloud.plus/img/integrations/instructions/getcourse/1_en.png" alt=""><figcaption></figcaption></figure>

6. Selecione um local para inserir o bloco e clique no botão «Adicionar bloco» no lado direito do ecrã.
7. Na janela que se abre, selecione «bloco HTML».
8. Desative o modo «WYSIWYG» e assinale a caixa de verificação «Substituir variáveis».

<figure><img src="https://app.cryptocloud.plus/img/integrations/instructions/getcourse/2_en.png" alt=""><figcaption></figcaption></figure>

9. Abra o bloco HTML inserido e substitua todo o conteúdo por este código. Antes de inserir o código, especifique SHOP ID, API KEY e CURRENCY (EUR / USD / GBP / UAH / outra moeda). Pode encontrá-los nas definições do projeto na sua conta pessoal do CryptoCloud.

```javascript
<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 >
```

<figure><img src="https://app.cryptocloud.plus/img/integrations/instructions/getcourse/4_en.png" alt=""><figcaption></figcaption></figure>

10. Clique no botão «Guardar» no canto superior direito da página e vá para o visualizador da página.

<figure><img src="https://app.cryptocloud.plus/img/integrations/instructions/getcourse/5_en.png" alt=""><figcaption></figcaption></figure>

11. O módulo está pronto para funcionar! Antes de publicar o método de pagamento no site, precisa de [testar a integração](/pt/start/test-integration.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trybit.com/pt/cms-plugins/list/getcourse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
