#matheusbras_36433
1 messages · Page 1 of 1 (latest)
Hi there!
The payment retries only happen for the recurring payments. So there's no retires for the very first payment of a Subscription.
So for creating subscriptions is it expected that the customer recovers from the failure while on Session?
Yes if the first payment fails because of 3S (status: requires_action), then you need to ask your user to come back to your website/app and confirm the PaymentIntent on the frontend to start the 3DS flow.
Alright, got it. Just wanted to confirm that. Thank you very much!