> For the complete documentation index, see [llms.txt](https://enginethemes.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enginethemes.gitbook.io/docs/microjobengine/3.6.-mje-how-to-set-up-payment-via-stripe-extension.md).

# 3.6. MjE How to set up payment via Stripe extension

1. Install and activate MjE Stripe Extension

* From your Dashboard, go to **Plugins → Add New** to add MjE PayPal Express Checkout plugin.
* Then, activate this plugin as the image below:

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5bbefb57042863158cc74b7a/file-2ZV6Gve2gp.png)

2\. Enable the Stripe payment gateway

* From your Dashboard, go to **Engine settings → Payment Gateway → Stripe.**
* You can select to enable&#x20;

  the Stripe payment gateway in here

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5bbefe3d2c7d3a04dd5b8906/file-tMqYSmpaWX.png)

### Get Stripe API Live secret key & Live publishable key

* Create your Stripe account at <https://dashboard.stripe.com/register?redirect=%2Faccount%2Fapikeys>
* Once you successfully sign up, in the left menu, click **Developer > API** containing API Keys with secret key and publishable key of both test and live version is shown up.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5bbf08a12c7d3a04dd5b8958/file-Bg9PUBMWLG.png)

Finally, copy the live secret key and published key, then paste into API Config field from your admin dashboard (**Engine settings → Payment Gateway → Stripe)**

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

\***Note**: In case you have a Stripe account, just click on “**Activate your account**” sub-tab under “**Home”** section located in the top right corner. Then, select API Keys to get Live secret key & Live publishable key.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5bbf09d12c7d3a04dd5b8964/file-WdTlZ6I9EJ.png)


---

# 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://enginethemes.gitbook.io/docs/microjobengine/3.6.-mje-how-to-set-up-payment-via-stripe-extension.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.
