Stripe: Card details, every time?

Hi everyone! Wondering if anyone can shed some light on the Stripe component… will a user have to enter card details every single time?

I haven’t launched my app yet, hence, in test mode and card details are required every time - even with the same email address associated.

Thanks!

Nope, info is stored. The user does not have to enter their card number every time. After the first purchase, the component displays the last 4 digits of the last card used and also a “Change Card” button.

You do not have access to this stored information as it’s within the private database of your app (and for security reasons).

3 Likes

Perfect, thank you very much for that clarity!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.