- Stripe's API (Application programming interface) and SDK ( software development kit) tools are some of the best on the market, making it a great choice for a business wants to incorporate Stripe payments into its software or mobile app.
- It provides a secured checkout gateway with options like debit and credit cards, net banking, and mobile wallets.
- Stripe has long been known for providing incredible customer support and service. That goes a long way considering a lot of those customers are small businesses that aren't experts on things like websites or code or payment processing.
- Stripe charges 2% for MasterCard and Visa cards issued in India & 3% for MasterCard and Visa cards issued outside of India. You can create a new Stripe account by filling in a short form or connect your existing Stripe account and start accepting online payments straight away.
To set up Stripe in your store:
This can be accessed under Extension>Extensions and choose the Extension type as payment like following image.
(Note : Sign in to your Stripe account if you already have one. Or fill in the details and create a new Stripe account.)
Then after you will see like the following image, select Stripe Checkout v3.10(3) and click on pencil edit button.
Once click the edit button, the following image will open. In that click General tab and fill below details (Based on your choice).
Status - Enabled
Order status (pending) - Pending
Order status (paid) - Complete
Order status (failed) - Failed
Geo zone restriction - All zones (based on your choice)
Minimum amount restriction - (Based on your choice)
Custom Success URL - (Based on your choice)
Custom Cancel URL - (Based on your choice)
In Stripe checkout settings tab, details are filled in by our developer team as per the store owner voice.
In payment methods tab, select the payment method as Enabled in your mode of payment, except that particular payment method select the status as Disabled. (refer below image)
And finally click save button (Top left), then only the changes will reflect your customers.
Let's take a look at how the Stripe payment will display from the front end of your store.
Next open your store. (For example, I ordered a product for your reference)
Click checkout page, and fill all the billing, delivery address details, delivery method respectively.
In payment method option, can we see Stripe checkout payment method option like following image.
And tick the Terms & conditions check box and click CONTINUE.
Then after check Confirm Order screen, then click CHECKOUT and pay using stripe checkout.
Congrats!!! You have learned to add
Stripe payment checkout option to your store successfully.