#Xiang
1 messages · Page 1 of 1 (latest)
hello! sure, it looks like you want to save the card first, then charge the card later. So this guide should be what you're looking for : https://stripe.com/docs/payments/save-and-reuse?platform=web
hi,Is saving the card information a necessary prerequisite for this charge later? Actually, We don't actually want to save the customer's credit card information in our own database
the credit card information is saved to Stripe. You'll get a token id, which you would save to your DB, and you can use to charge
is there any relevant application cases we can have a look?