Closed briangitrepo closed 2 years ago
@briangitrepo Thanks for using this plugin, and feedback. At later payment, we may be able to implements only api implement:
https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method
If you have customer account and saving card information, you don't need this plugin. please try this. Thanks.
@rdlabo Thank you for the quick response. I do need this plugin to save the card details, that's what I am doing currently. I am using the createPaymentFlow with a Setup Intent to save the card details. That part of the plugin is working correctly for me. So there is no way to use createPaymentFlow or createPaymentSheet with an existing payment method (previously saved card details)?
Stripe doesn't provide UI that select saved credit card UI. So you should provide select saved credit card UI, like amazon:
Thanks.
Thanks for the feedback, I found another way to do it.
Thanks for the feedback, I found another way to do it.
Hi @briangitrepo Could you please share a solution you used? I'm using saved card ID when creating intent on server-side but Stripe plugin / SDK ignores it and pre-selects default card for that customer.
Thanks for the feedback, I found another way to do it.
Can you share your way, I did it with setup intent but I do not get the option save card checkbox
I am using this plugin for my Ionic Capacitor App meant for iOS and Andrdoid. So far I have been able to succesfully save a customer's card to their stripe customer account using createPaymentFlow with a Setup Intent.
The idea is that a user will enter their credit card info when they register but not actually process a payment until later. How can I use the stored credit card to process a payment later without the user having to enter again their credit card information.
Should I use createPaymentSheet or createPaymentFlow? And how do I tell those methods to use the existing payment method stored for the stripe customer?