#hellotika
1 messages · Page 1 of 1 (latest)
Hi there
You can create a PaymentMethod with Payment Element in a two-step experience: https://stripe.com/docs/payments/build-a-two-step-confirmation#create-pm
What are you really trying to do here?
Comparing the 2 approaches i have in mind to make a one time payment
2nd is front end create pm,then call our backend payOnce and it will do it on synchrounously
Yeah the recommended integration is to use client-side confirmation
Why do you want to confirm via your backend?
it's more similar to existing integration with another payment provider
also multiple payment types in additoin to what stripe do, the backend needs to do some orchestration
Gotcha well yeah you can go that route if you want to.
https://stripe.com/docs/payments/finalize-payments-on-the-server would be the flow with Payment Element
if we go with #1, we can't really do orchestration with other non stripe payment easily....correct
all or none payment
You mean if you use client-side confirmation?
yes
Yeah most likely not then