Payment Settings

Modify the .env file

Configure the payment system in the env file as per your need from the admin panel

 SETTINGS  SYSTEM SETTINGS  ENV CONFIG  MODIFY ENV 

This image has an empty alt attribute; its file name is env_1-1024x574.png

Make your changes and click theĀ SAVEĀ button. You’ll be required to confirm your authenticity to protect the system from accidental damage.

 SETTINGS  SYSTEM SETTINGS  ENV CONFIG  MODIFY ENV 

This image has an empty alt attribute; its file name is env_2-1024x574.png

When Admin gets paid directly (Depending on the wallet package) then the env should configure like this:

VENDOR_GET_PAID=weekly

When Vendor gets paid directly then the env should configure like this:

VENDOR_GET_PAID=directly

When you want to turn on the subscription system for your Marketplace:

SUBSCRIPTION_ENABLED=true

When you want to turn off the subscription system for your Marketplace:

SUBSCRIPTION_ENABLED=false

When you want to cut the subscription billing from the vendor wallet balance (Depends on the wallet package and local subscription package) :

SUBSCRIPTION_BILLING=wallet

When you want to cut the subscription billing by stripe:

SUBSCRIPTION_BILLING=stripe

Was this page helpful?

Leave Comment