# AE Stripe

#### 1. Setting up your Stripe account&#x20;

* Firstly, register an account to get your Stripe secret key and Stripe public key.&#x20;
* Secondly, go to your dashboard to Enable Stripe payment method.&#x20;
* Then, enter your Stripe secret key and Stripe public key.&#x20;

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5716fe8ac697911a6f03ad2e/file-kcH3Uco71I.png)

#### 2. How the Stripe payment works in the frontend

In step 3 of the posting place process, user can choose their payment method as you can see in the image below

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5716fe9b90336027966778b5/file-iL2tzdFHxJ.png)

Choose the Stripe gateway by clicking “**Select**” button. After that, there will be a pop - up form for users to input their card information.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5716feb090336027966778b6/file-0AVkjDTSNl.png)

After completing all the fields, click “**Pay Through Stripe**” button. A form will automatically send the request to server stripe.com and user will be received a responsive notification.


---

# 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://enginethemes.gitbook.io/docs/ae-extensions/ae-stripe.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.
