#wendy
1 messages · Page 1 of 1 (latest)
Hi, that is the expectation, are you seeing otherwise?
we need to do what's outline here in order for it to work? https://stripe.com/docs/billing/subscriptions/overview#requires-action
we are not currently listenting to this latest_invoice.payment_intent.status webhook and our client side doin't have any additional logic when this requires action response happen in create subscription with an attached payment method
create subscription call failed with PaymentRequiredError: This payment requires additional user action before it can be completed successfully.
That is correct, here is the latest recommended integration guide: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements. With Payment Element, If Strong Customer Authentication (SCA) is required for the payment, the Payment Element handles the authentication process before confirming the PaymentIntent.
hm, we are using the setupIntent approach
we have to switch to this payment element then?
No, you would not need to. Here is the SetupIntent integration guide, https://stripe.com/docs/payments/save-and-reuse?platform=web. You can use the Payment Element here as well.