#nash - recurring payment intents

1 messages · Page 1 of 1 (latest)

tawdry nova
open tulip
#

Yup, but on step 7, we don't need to right?

#

That's what I wanted to confirm.

tawdry nova
#

No you do need it when you first create the payment intent.

#

Step 4

open tulip
#

Cool. But for subsequent recurring charges, we do not.

tawdry nova
#

It's after that you don't need that specific parameter

open tulip
#

nice. Thanks.

tawdry nova
#

Bingo. There you are just telling Stripe that the request is off session with off_session=True

open tulip
#

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.

tawdry nova
#

I think so but I mostly test with server-driven coding so I would test both scenarios for the behavior you expect.

open tulip
#

cool