AutumnA
Autumn8mo ago
stenl

have a question on attach()

have a question on attach() forceCheckout. my intent is, if a customer has had a plan in the past that expired (so payment method is in the system) - without forceCheckout/in current implementation, hitting attach() will just charge the user's old card and go

but I would like the attach() to bring up the stripe checkout flow again so they can change their card if necessary. is that possible? I have forceCheckout=true but it doesn't seem to be doing anything like that
Was this page helpful?