#skippy-payments
1 messages · Page 1 of 1 (latest)
hi! you should always confirm on the client side really, the approach of passing a payment method to a backend server and confirming the PaymentIntent there is more of a legacy or advanced use, the default is client side.
if you do want to integrate that way , the guide is https://stripe.com/docs/payments/finalize-payments-on-the-server when using the PaymentElement(but you need access to a beta to use it that way), or https://stripe.com/docs/payments/accept-a-payment-synchronously when using the other Elements.
Hi karllekko, I will review the stripe.updatepaymentintent() class to discover what you mean. I using the accept payment ts node example provided by stripe, it is a bit different to what I am doing as the client and backend server is hosted on the same service. I have split
if you would like to I would be ok to do a discord call/screenshare