FoodMonkey
NatadTech
  • πŸ‘‹Introduction
  • Installation
    • βš™οΈInstallation - Shared Hosting
    • πŸ”ƒUpdating - Shared Hosting
    • πŸ’»Installation - Local Machine
  • DEFINE BASICS
    • πŸ“‚Database
    • πŸ“©Mail Server
    • βŒ›Localization and Time Format
    • πŸ’²Payments
    • πŸ’±Pricing Plans
    • πŸ’°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
    • ✏️Site Set-up
    • πŸͺRestaurant Subdomain
    • 🍴Single Restaurant
    • πŸ—£οΈTranslations
    • πŸ–ŒοΈCustom CSS
    • ⬆️Import from CSV
    • πŸ“Custom Fields on Order
  • Modules
    • πŸ’‘Project Modules
    • 🧩Module Installation
    • ➑️ShareThis
    • πŸͺCookie Consent
    • πŸ–¨οΈThermal Printer Module
    • πŸͺWebHooks
  • API
    • 🀝Client API
    • πŸ›΅Driver API
  • Information
    • ❓Frequently Asked Questions
    • πŸ“œChangelog
    • πŸ–₯️Developer Information
Powered by GitBook
On this page
  • Setup Stripe Account Information
  • Stripe iDeal Payments

Was this helpful?

  1. DEFINE BASICS

Stripe Gateway

PreviousPricing PlansNextPaystack Gateway

Last updated 1 year ago

Was this helpful?

Setup Stripe Account Information

FoodMonkey integrates with the Stripe payment gateway. Follow these steps to set up the gateway:

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

ENABLE_STRIPE=false

Now, head over to the official website. Create a new account or log in with your existing one.

From the left-hand menu, navigate to Developers and select API keys.

Within the standard keys section, you'll find your Publishable key and Secret key.

Now, copy these keys and paste them into your .env file.

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

If you intend to use Stripe payment, you can leave these variables blank.

Stripe iDeal Payments

At present, we haven't integrated the option for Stripe iDeal payment, so for now, this option is set to false.

ENABLE_STRIPE_IDEAL=false //Should we have stripe ideal payment
πŸ’°
Stripe