#muzzamil
1 messages · Page 1 of 1 (latest)
it will just be there if you are using a PaymentIntent with setup_future_usage and and have passed a customer and ephemeral key to the PaymentSheet.
ah, no.You pass setup_future_usage:on_session when you create the PaymentIntent in your backend. So it will always save the card, since you're explicitly asking for that, so no point having a checkbox since you don't want the customer to be able to turn it off.
it save the details but it doesn't show the checkbox
if you remove that in the backend then there would be a checkbox.
what should remove?
setup_future_usage