#joseph-setup-future-usage
1 messages · Page 1 of 1 (latest)
Do you mean you want to detach the payment method later, or cancel the future setup?
(before finishing the payment)
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.
Yea you can update the PI and set setup_future_usage={emptystring} to unset it
ahh gotcha, thanks...
NP!