#FrankLaRosa-customer-payment
1 messages · Page 1 of 1 (latest)
Could I use a Charge instead of a PaymentIntent?
Charge API is considered legacy.
requires_action status is triggered by 3D Secure flow. I'm not sure if you can skip that. AFAIK the users would have to comeback to complete authentication.
Also, SetupIntents with off-session charges would be an ideal fit for your integration instead of PaymentIntents. As SetupIntents is the best way to be able to get a 3DS exception for off-session charges, but is not a guarantee. As the bank can always request authentication.
For SetupIntents to work, you'd have to save the payment methods.
https://stripe.com/docs/payments/setup-intents
https://stripe.com/docs/api/setup_intents