#Sinduro-eps
1 messages · Page 1 of 1 (latest)
@ocean maple you should call confirmEpsPayment as in the guide (https://stripe.com/docs/payments/eps/accept-a-payment?platform=web#submit-payment ), not createPaymentMethod
ok
I am trying to create payment method and pass it in create payment intent API. Verify payment intent status by retrieving payment intent API instead of Confirm intent .Will this work?
you don't need to do that, you just create the PaymentIntent and call confirmEpsPayment on the frontend.
it creates the PaymentMethod and completes the payment in one step
Okay. Thanks for your time