Level 88
Stripe won't store the actual credit card credentials for you. It will store some payment token that can be used to charge the card. This token can only be used once and has to be refreshed after usage.
https://stripe.com/docs/api#charge_object
Not really sure if you want to know the technical of the functional side of it..
2 likes