#Maxime W - js setup for future usage
1 messages ยท Page 1 of 1 (latest)
How can the customer select the same card when paying next time?
I mean, is there an example of the UI ?
In this case, no though there is something like that on the roadmap
At the moment the payment method is saved to the Customer object. So you can retrieve the customer's payment method on your server and use that to display options to your user
Thanks! ๐
So, atm, there is not even a checkbox to let the user decide if he wants to save the card for later on Element?
Meaning we have to handle this logic and also the display of the saved cards before loading the intent, right?
Correct, that is what you will want to do at the moment
ok! Can you confirm that we have the checkbox on the iOS sdk though?
Looking in to this. Less familiar with what the iOS SDK has here
Thanks!