#arvindt7

1 messages · Page 1 of 1 (latest)

round sonnetBOT
spiral cloud
#

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 with setup_future_usage, they're not orthogonal.

little iris
#

I have web frontend and backend, I need to create differed intent from backend. correct?

#

btw, thanks for the help