# Payment Methods

In Payment Methods, you can set up different payment gateways. Among the options available are:

* Offline payment
* Wire transfer
* Paypal
* Stripe

To enable the needed option simply check the box. When enabling a certain payment method you will see the additional settings that are different for each option.

![](https://gblobscdn.gitbook.com/assets%2F-MDO9V_qgvV5cQdw04iz%2F-MS2J1BPbZO4YaGN8rkm%2F-MS2MSzlEaBUJdFg9JaR%2Fpaymentmethods.png?alt=media\&token=fd646ace-1563-431e-94cf-cb2a73076bad)

{% hint style="info" %}
To enable WooCommerce payment methods, go to the STM LMS Settings > General and switch on the WooCommerce Checkout option.
{% endhint %}

## Offline Payment

Specify the option label, for example: Pay in our office.

![](https://gblobscdn.gitbook.com/assets%2F-MDO9V_qgvV5cQdw04iz%2F-MS2J1BPbZO4YaGN8rkm%2F-MS2MY2PbMDq_0gNGm4H%2Fpymentoffline.png?alt=media\&token=26327640-cdd1-477d-aa22-f3afc1dda335)

## Wire Transfer

In Wire transfer, you need to enter some information like account number, holder name, bank name, swift code, and specify the option label.

![](https://gblobscdn.gitbook.com/assets%2F-MDO9V_qgvV5cQdw04iz%2F-MS2J1BPbZO4YaGN8rkm%2F-MS2M_VvgFrQAsmoCGXG%2Fpaymentwire.png?alt=media\&token=de294c89-d550-4e8c-acbc-5dc459eecc5e)

## PayPal

{% hint style="info" %}
For PayPal payment, you need to set up the email and its Mode (sandbox or live). Also, you should set up your PAYPAL account IPN as [http://yoursite.com/?stm\_lms\_check\_ipn=1](http://yoursite.com/?stm_lms_check_ipn=1.).
{% endhint %}

![](https://gblobscdn.gitbook.com/assets%2F-MDO9V_qgvV5cQdw04iz%2F-MS2J1BPbZO4YaGN8rkm%2F-MS2MymxQFfr1xdQzo09%2Fpaymentpaypal.png?alt=media\&token=354c8578-f502-4bdd-a13c-1c5942ac3162)

Enter PayPal email, select the currency, set up email mode, and write payment method description.

## Stripe

Enter publish key and secret key, specify the payment description and Stripe currency code.

{% hint style="info" %}
Please follow the link: <https://stripe.com/docs/keys> to learn how to obtain credentials.
{% endhint %}

![](https://gblobscdn.gitbook.com/assets%2F-MDO9V_qgvV5cQdw04iz%2F-MSWbWXOPNNpmQ1ZmfSB%2F-MSWbu-V6N0qrtJEiWqa%2Fpaymentstripe.png?alt=media\&token=b164f677-716c-4d05-89cc-6f162993db87)


---

# 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.stylemixthemes.com/globalstudy/masterstudy-lms-settings/payment-methods.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.
