πŸ’°Stripe Gateway

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 Stripe 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

Last updated

Was this helpful?