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
  • Default Payment Method
  • Currency Preference for Payment

Was this helpful?

  1. DEFINE BASICS

Payments

Currently, FoodMonkey offers two payment methods: Cash on Delivery and Stripe. To enable or disable these methods, you'll need to configure several variables.

PreviousLocalization and Time FormatNextPricing Plans

Last updated 1 year ago

Was this helpful?

By default, both methods are set to false. To enable them, you'll need to change their values to true.

- Cash on Delivery

HIDE_CODE change from false to true if you want to enable it.

HIDE_COD=false //Hide or Show Cash on Delivery payment

- Stripe Gateway

Default Payment Method

You have the option to select which payment method will be set as the default. Choose one of the aliases provided.

cod - Cash on delivery

stripe - Stripe gateway

DEFAULT_PAYMENT="cod" //Default payment method - Cash On Delivery defau

Currency Preference for Payment

FoodMonkey offers support for various currencies. By default, it is configured with the USD currency, but you have the option to switch to any of the .

CASHIER_CURRENCY="usd" //usd,eur etc.
πŸ’²
πŸ’°Stripe Gateway
available currencies