# Stripe Gateway

## Setup Stripe account information

FoodTiger supports Stripe gateway for payments. To setup the gateway follow these steps.

By default this method is set to **false** and to enable you need to change it to **true**.

```
ENABLE_STRIPE=false
```

Now visit [Stripe](https://stripe.com) official site. Create new account or login with existing one.

From the left menu choose **Developers** and select **API keys** under tha&#x74;**.**

In the standard keys find your **Publishable key** and **Secret key.**

![](/files/-M67XXN_iU45IyQ8s9SO)

Now copy them and paste in your **.env** file.

```
STRIPE_KEY="" //Stripe API key
STRIPE_SECRET="" //Stripe API Secret
```

If you want to use Stripe payment you can leave it blank this variables.

### Stripe iDeal payments

For now we don't have integrate option for Stripe iDeal payment so for now this option is set to false.

```
ENABLE_STRIPE_IDEAL=false //Should we have stripe ideal payment
```


---

# 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://mobidonia.gitbook.io/mresto/define-basics/stripe-gateway.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.
