Credit Card information is not listed on "Your Billing Info" section
thomas07vt opened this issue · 4 comments
How do you all feel about adding the last 4 digits of the user's credit card when going to this URL: https://upcase.com/my_account
Right now there is no indication of which credit card is being used for the subscription. I recently had to update my credit card info, and while It does return a nice flash message telling me things were updated, there is no visual confirmation that the credit card number was updated correctly.
I can work on a PR if this is something you guys would entertain, but I didn't know you were against storing/fetching the last 4 digits from stripe.
I would also like to see this implemented. Would like be able to check my account and see which card is on file.
+1
Hey @thomas07vt, thanks for opening this. I agree this would be useful functionality. Either of the approaches (storing the data in the DB or pulling from Stripe) each have complexities and tradeoffs, but I think my preference would be pulling from Stripe live. The concern then would be making the page robust with regard to API issues, unexpected responses, etc.
If someone wanted to take a stab at this, I'd be happy to review, but I don't expect I'll be able to work on this directly any time soon.
In the mean time, I'm more than happy to provide this info as needed in response to a help request (help@upcase.com).
Hey folks, apologies for the delay here, but we've finally added credit card info to the billing info section on the account page. You can see the PR here: #1611. Enjoy!