#arvindt7
1 messages · Page 1 of 1 (latest)
hi, it's described at https://stripe.com/docs/payments/accept-a-payment-deferred
use cases are for when you want to delay creating a PaymentIntent until after the customer enters their payment details, and/or you want to look at those details before creating the PaymentIntent/processing the payment.
but can't we achieve the same use case with payment_intent and setup_future_usage: 'off_session'?
I wouldn't say so, those are different concepts. Also you can use the deferred intent integration withsetup_future_usage, they're not orthogonal.