#anrighi.WR
1 messages · Page 1 of 1 (latest)
Hello there
@upbeat hedge have you any ideas?
Sorry, never saw your question as you edited your message. I'd recommend just sending messages in the threads otherwise we aren't notified you have a Q!
and tried using Invoices for the fixed ones - but it seems not working with 3dSecure authentication
Do you have an example?
when i use a test card with 3dSecure authentication it gives me back the error: This payment requires additional user action before it can be completed successfully. Payment can be completed using the PaymentIntent associated with the invoice. For more details see: https:\/\/stripe.com\/docs\/billing\/subscriptions\/overview#requires-action
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.
req_aeerhGKKE3T2Qk
Yep, that /pay endpoint can't handle 3DS/auth requests like that so it just fails
You either need to:
- Send users to pay via the HIP: https://stripe.com/docs/invoicing/hosted-invoice-page
- Confirm the Payment Intent in your front-end with your user on-session to handle the auth request
ok going to try that: should i use finalize in order to get the payment intent? or is it embedded in the invoice object?