#dineshkumar6419
1 messages · Page 1 of 1 (latest)
Hi 👋 yes, you could build a flow that does that. If you have a saved payment method for your customer, that has been set up for future usage, then you can create a Payment Intent or Invoice that directly tries to charge that Payment Method.
The last step here walks through creating that payment intent:
https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method
is not what we asked...
we are asking about Stripe checkout with card saved on Stripe side
No, that's not possible.
we don't want to saved customers or cards on our side
You shouldn't save them on your side, that has a large amount of PCI compliance that comes with it. You would save them as Payment Methods in your Stripe account.
could you please provide example for above
Sorry, examples for what?
for You would save them as Payment Methods in your Stripe account.