#zakirhossenlive
1 messages · Page 1 of 1 (latest)
👋
hi
Feel free to put the rest of your question here, can take a look as soon as you send
ok
Is there any way to directly charge from user credit card?
instead of using html
For example. In the website after the user gave his credit card then in the php code, I create the customer with that credit card
And then save the customer token into database
then next time when website want to charge, then it will charge by customer token which is already saved in database.
automatically
exactly need like this
Gotcha, yes you can set it up cards for future charges when the user is not on your site. We have a guide on how to save and re-use cards during a payment here: https://stripe.com/docs/payments/save-during-payment
If you want to save card details without a payment, you can follow this guide: https://stripe.com/docs/payments/save-and-reuse
ok