#joseph-setup-future-usage

1 messages · Page 1 of 1 (latest)

gaunt cedar
#

Do you mean you want to detach the payment method later, or cancel the future setup?

#

(before finishing the payment)

rough pebble
#

Hmm... I think the second? We have a terminal flow and we default to saving the card by supplying a customer and setup_future_usage="off_session". But before we capture the payment, we want to allow them to uncheck a box "save card details". So I figured unsetting setup_future_usage would make sure card details aren't saved, but I don't think that's possible.

gaunt cedar
#

Yea you can update the PI and set setup_future_usage={emptystring} to unset it

rough pebble
#

ahh gotcha, thanks...

gaunt cedar
#

NP!