How can i use multiples gateways in checkout page? #796
-
I have a checkout page where I would to use stripe and paypal payments, but i don't find a way to merge both methods in a single flow to pay the products, there is a way to build this feature? In this moment just work with two |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey! Sure, you can loop through each of the gateways (Stripe & PayPal in your case), then let the user select which one they want to use and show the right form (with Vue/Alpine/whatever you're using) In fact, a great example of this happening is in the Simple Commerce Starter Kit. Hopefully that example should help! |
Beta Was this translation helpful? Give feedback.
Hey!
Sure, you can loop through each of the gateways (Stripe & PayPal in your case), then let the user select which one they want to use and show the right form (with Vue/Alpine/whatever you're using)
In fact, a great example of this happening is in the Simple Commerce Starter Kit.
Hopefully that example should help!