# Course payment page

To set up payments in courses and select the appropriate payment system, you need to find the "Payment" section.

<figure><img src="/files/8FBK4u3pW60bp7AirzKn" alt=""><figcaption><p>Fig. 1. Payment section</p></figcaption></figure>

The "Payment" section does not imply complicated settings:

<figure><img src="/files/Vh2GwoGLaoezBKu9xgQ9" alt=""><figcaption><p>Fig. 2. Available settings</p></figcaption></figure>

In this case, the following settings are offered:

1. Forwarding page after successful payment;
2. Selecting an employee to whom you want to send a notification about the course sale by email;
3. Type of payment system;
4. Displaying the personal data processing policy (we recommend that you do not skip such an important step);
5. The ability to leave a link to a public offer;
6. The ability to display consent to receive newsletters;
7. Select the text on the order payment page.

### Redirect after payment

After making a payment by the user, you can redirect him to the page you need using this field:

<figure><img src="/files/7sF9044eJYCEz2Fh1Zg4" alt=""><figcaption><p>Fig. 3. A field for selecting the page that the student will go to after the payment</p></figcaption></figure>

This can be any necessary website compiled on the Mavibot platform, as well as the lesson page:

<figure><img src="/files/6TYeNFkxP0QMGQqLz5gG" alt=""><figcaption><p>Fig. 4. Selecting the page that the student will go to after the payment</p></figcaption></figure>

{% hint style="success" %}
Now your students will not need to search for your course after payment or go through the registration stages.

You just need to specify a page for redirection after successful payment, and then your user will go to the specified page after the transaction.
{% endhint %}

### Successful payments emails

You can send emails to a specific employee in the payment settings:&#x20;

<figure><img src="/files/HZhUPizd6MxsffvEP0JU" alt=""><figcaption><p>Fig. 5. A field for selecting the employee to whom the notification should be sent</p></figcaption></figure>

Select the email address to which you want to send emails about successful payments:

<figure><img src="/files/voy9Lpl2ANVq0Ca8SUxb" alt=""><figcaption><p>Fig. 6. Selecting the employee to whom the notification should be sent</p></figcaption></figure>

{% hint style="info" %}
If you don't need payment emails, you can skip this setting.
{% endhint %}

### Payment systems in online courses

In online courses, you can select and immediately connect any payment system available in the section:

<figure><img src="/files/zW1VOq4GuTLtaXIRbF3r" alt=""><figcaption><p>Fig. 7. Selecting a payment system</p></figcaption></figure>

{% hint style="success" %}
**Note:** You will only see payment gateways here that you have already set up and turned on in the **Payments** section.
{% endhint %}

<figure><img src="/files/WguaTYxBTbBOzmw4seSy" alt=""><figcaption><p>Fig. 8. Available payment systems</p></figcaption></figure>

{% hint style="info" %}
To learn how to connect any payment system, see the ["Payments"](/payment.md) section.
{% endhint %}

### Privacy policy

<figure><img src="/files/0JOeQahiFzU6NFECxR3y" alt=""><figcaption></figcaption></figure>

You can display your Privacy Policy on the payment form. Enable this by checking the "Privacy Policy" option and providing the document's link in your payment settings.

<figure><img src="/files/OfWhJSYV4kGzA4tD6T4g" alt=""><figcaption></figcaption></figure>

### Display offer

<figure><img src="/files/JyjItafsLVgSen0TVwCU" alt=""><figcaption></figcaption></figure>

To display a public offer in the payment form, it is also enough to put a check mark in the "Offer" field and leave a link to the offer:

<figure><img src="/files/EX9qXVDYmyicULc2aKBg" alt=""><figcaption></figcaption></figure>

### Display mailing

<figure><img src="/files/TGOIuofJ0j033LP9u0mj" alt=""><figcaption></figcaption></figure>

In order to comply with applicable laws, you can also obtain customer consent to receive mailings.

To do this, just put a check mark in the "Consent to receive mailings" field in the "Payment" section of the course settings:

<figure><img src="/files/vuiqoe6CxUBribMlPuyG" alt=""><figcaption></figcaption></figure>

### Personal data processing consent

<figure><img src="/files/Ks7U4tvtAsKmX3X797jw" alt=""><figcaption></figcaption></figure>

You can add a checkbox in the payment form (we recommend that you do not overlook this setting) to obtain consent to the processing of personal data from the personal data subject.

Check the box and provide a link to the consent text:

<figure><img src="/files/UCNp4V9PY4UoydKsEpkr" alt=""><figcaption></figcaption></figure>

### Payment page text

To add your text to the notification after payment, check the box "Your text on the order payment page" and enter the text:

<figure><img src="/files/8TWS4AsbeMl6zaB05B0r" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.mavibot.ai/lms/builder/payment.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.
