#nash - recurring payment intents
1 messages · Page 1 of 1 (latest)
Yup, that is basically what is described here: https://stripe.com/docs/payments/save-during-payment
Cool. But for subsequent recurring charges, we do not.
It's after that you don't need that specific parameter
nice. Thanks.
Bingo. There you are just telling Stripe that the request is off session with off_session=True
I also noticed that with the JS confirm card payment call we can pass that.
Is it fine if we pass it on the js call and on the first intent in backend? The setup_future_usage that is.
I think so but I mostly test with server-driven coding so I would test both scenarios for the behavior you expect.
cool