Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(billing): Don't allow email to be changed via Stripe Customer Portal. #1749

Open
elliotcourant opened this issue Apr 26, 2024 · 0 comments
Assignees
Labels
api Related to or caused by the backend Go REST API. billing Stuff that's related to subscriptions or Stripe. bug Something isn't working

Comments

@elliotcourant
Copy link
Member

elliotcourant commented Apr 26, 2024

Right now when a user navigates to manage their billing we bring them to the customer portal inside of stripe. This portal allows them to update their email, which might cause their email address for billing to be different from their email address for monetr itself; making it harder to cross reference the two quickly.

Instead allow the email to be changed in monetr and then once the email is verified update it inside of Stripe.

However things that monetr does not need to keep track of such as phone number (if for whatever reason they provide it to Stripe) or address should be able to be updated via the portal.

https://docs.stripe.com/api/customer_portal/configurations

https://docs.stripe.com/customer-management/configure-portal

@elliotcourant elliotcourant added bug Something isn't working api Related to or caused by the backend Go REST API. billing Stuff that's related to subscriptions or Stripe. labels Apr 26, 2024
@elliotcourant elliotcourant self-assigned this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to or caused by the backend Go REST API. billing Stuff that's related to subscriptions or Stripe. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant