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

Synchronize or remove customer email from Stripe #269

Open
waiting-for-dev opened this issue Mar 31, 2023 · 0 comments
Open

Synchronize or remove customer email from Stripe #269

waiting-for-dev opened this issue Mar 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@waiting-for-dev
Copy link
Contributor

We're pushing the user or guest order email to Stripe when creating a Stripe::Customer object. However, we're not syncing when we receive the customer.updated webhook event or change the user email from Solidus.

We have two options:

  • Handle the two-way sync.
  • Remove pushing the email information to Stripe, as that's not a required field. Although it might be useful to quickly retrieve payments for a given user, an operator still has two ways to do that:
    • From Solidus, listing all the orders for a given user.
    • From Stripe, clicking on the customer id for a given payment intent.
@waiting-for-dev waiting-for-dev added the enhancement New feature or request label Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant