#exquisite_avocado_62684
1 messages · Page 1 of 1 (latest)
hello! what do you mean by it seems like customer can choose save their card or not - where are you seeing this?
In this example picture, there is a checkbox.
This picture is in the document.
https://stripe.com/docs/payments/save-and-reuse
https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1810---2021-10-18
If you set setup_future_usage, the payment method will always be saved for future use. When set, PaymentSheet hides the 'Save this card for future use' checkbox and always saves.
Thank you! Is there any other way to save customer's card payment reference with just http api?
For example like, without creating customer, without creating intent?
i'm not too sure what you mean by any other way to save customer's card payment reference with just http api? Ultimately, if you want to implement the business logic for your scenario, you are going to need to code all of this