I am using Stripe in android application. Currently, client-server are used to create customer and charge on card.
Now I want to save the card information returned by stripe in app and display list of added cards in payment methods in custom ui for updating, deleting and selecting default card.
I have gone through the Ephemeral-Key documentation of stripe and they have provided activities to display the card details. But I couldn't find how to show card list in custom ui.
Is there any other way to achieve this like saving card info locally?
Does stripe allow custom ui for list of cards etc?
Thank You