Comnfigure Payment Methods When Admin Receive The Payment
By default in zCart system, the vendor will receive payment directly/immediately as soon as an order is paid. If you want to configure your marketplace so that the admin will receive payments and then the seller will request for payout to the admin, you need to change the env like:
From VENDOR_GET_PAID="directly"
To VENDOR_GET_PAID="wallet"

Now you need to activate payment methods for shoppers. Go to the admin dashboard and activate those you want to enable.
SETTINGS CONFIGURATION PAYMENT METHOD

Now it’s time to configure all the payment methods in the env file (ex: Stripe, Paypal, Instamojo etc):
A merchant should activate the payment method. They will find only those payment method that is enabled by the admin.
Note: If merketplace is configured “Admin gets paid directly” then seller doesn’t need to configure any payment method otherwise seller need to activate the payment methods that is enable by the admin.