Food Tiger
Search…
Food Tiger
Introduction
Installation
Installation on Shared Hosting
Updating - Shared hosting
Run local
Define Basics
Database
Mail server
Localization and Time format
Pricing Plans
Payments
Stripe Gateway
Paystack Gateway
Google API
Google Analytics
Google authentication
Facebook authentication
One Signal push notifications
Twilio SMS notifications
Usage
Getting Started
Register as an admin
Multilingual menu
Set up your site
Restaurant subdomain
Single restaurant
Translations
Custom CSS
Import from CSV
Custom fields on order
Project plugins
Plugins
How to install plugin
ShareThis
Cookie Consent
Thermal Printer Module
WebHooks
API
Client API
Driver API
Changelog
Changelog
FAQ
Powered By
GitBook
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
.
1
ENABLE_STRIPE=false
Copied!
Now visit
Stripe
official site. Create new account or login with existing one.
From the left menu choose
Developers
and select
API keys
under that
.
In the standard keys find your
Publishable key
and
Secret key.
Now copy them and paste in your
.env
file.
1
STRIPE_KEY="" //Stripe API key
2
STRIPE_SECRET="" //Stripe API Secret
Copied!
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.
1
ENABLE_STRIPE_IDEAL=false //Should we have stripe ideal payment
Copied!
​
​
​
​
​
​
Define Basics - Previous
Payments
Next - Define Basics
Paystack Gateway
Last modified
2yr ago
Copy link
Contents
Setup Stripe account information
Stripe iDeal payments