#bumbzor
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Sure
Let me see
ok
Sorry, catching up now
Can you share the code that calls confirmPayment?
Also, looks like you're using the new deferred integration path: https://stripe.com/docs/payments/accept-a-payment-deferred?type=payment
I suspect you're missing the setupFutureUsage option when you initialise the Element: https://stripe.com/docs/payments/accept-a-payment-deferred?type=payment#additional-options
But I'm generally confused as you seem to create the PI first (https://dashboard.stripe.com/test/logs/req_xV1MJOZBUzZ7Wx) which is not how that integration works
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
the thing is the same integration works fine on a different site
here is another pi_ same application that works fine pi_3MqYejJZ74rUEztm0RhWerWl
maybe you ca nspot a difference between the two
Can you confirm that this is the flow you're using?
I am not entirely sure but its's possible yes
You're not sure? Did you build the integration?
We need some details on the code you're using when calling confirmPayment in your client-side code
will try and find out. I don't understnd why it does not work on that site but works on another one just fine