Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How do we enable clients to change/update their payment methods from their accounts?

Say, their credit card expired and they want to update?

Also, if they want to add multiple cards, in case one does not go through they'd have a fallback card, how do we set it up in our app?

We use a React.js dashboard.

What I have tried:

I searched Google, forums, and Stripe docs.
Posted
Updated 9-Jan-20 1:50am
Comments
MadMyche 8-Jan-20 19:58pm    
How are you storing their credit card info?
thesealion 8-Jan-20 20:01pm    
When they sign up to use the SaaS, they pay on the website. All transactions are done through Stripe, so their information is stored in Stripe only.
F-ES Sitecore 9-Jan-20 5:04am    
Contact Stripe, it's their service so they will know. It all depends on what facilities they offer to allow clients to manage cards.

You need to contact stripe and/or read their documentation to see how you can update data that they have stored. They have a lot of documentation, https://stripe.com/docs/api[^]
 
Share this answer
 
check stripe document carefully

https://stripe.com/docs/payments/payment-methods[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900