Stripe: Save payment details/card

Hi all. Wondering if anyone has figured out how users might be able to save a payment method, securely, so that they don’t have to fill in card details every single time.

I can’t seem to find anything across the resources or YouTube videos. Would be very grateful if anyone has any direction.

Stripe saves the user’s payment method and will give them the option to use the stored card. It’s not held in the app.

Thanks for your response. I’ve noticed that the payment detail gets saved in Stripe however when I test payments in my app, it requires card details each time. Is there a method of pre-loading saved payment by matching email?