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

  1. Public API Key: Enter the Public API Key of your Stripe account.
  2. Secret API Key: Enter the Secret API Key of your Stripe account.
  3. Payment Fee (Fixed amount): Enter a fixed amount of payment fee.
  4. Payment Fee (Percentage): Enter a number of percentage of Sub Total as payment fee.
  5. 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.
  6. 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.
  7. Tax Class: Choose a tax class for the payment plugin.
  8. Geo Zone: Choose a geo zone for payment plugin.

    Payment Fee = Payment Fee (Fixed amount) + Payment Fee (Percentage) * SubTotal / 100