Stripe
Install EShop Stripe
EShop Stripe is an extra payment plugin in EShop. To have it on your store, you must go to EShop -> Plugins -> Payments and choose eshop_stripe.zip package to install it (Read more about how to install payment plugin in EShop at http://eshopdocs.joomservices.com/plugins-and-themes/payment-plugins#install-a-new-payment-plugin)
Config EShop Stripe
Go to EShop -> Plugins -> Payments, then click on os_stripe to edit it
- Public API Key: Enter the Public API Key of your Stripe account.
- Secret API Key: Enter the Secret API Key of your Stripe account.
- Payment Fee (Fixed amount): Enter a fixed amount of payment fee.
- Payment Fee (Percentage): Enter a number of percentage of Sub Total as payment fee.
- Minimum Sub Total: Enter the sub total of order must reach to make the Stripe to be available as a payment plugin. Leave it 0 if you don't want to use.
- Customer Groups: Choose the customer group(s) to make the Stripe to be available with customers from that customer group(s). Don't choose any groups if you don't want to use.
- Tax Class: Choose a tax class for the payment plugin.
- Geo Zone: Choose a geo zone for payment plugin.
Payment Fee = Payment Fee (Fixed amount) + Payment Fee (Percentage) * SubTotal / 100