[FAQ] Existing Stripe Customers Not Syncing
See original GitHub issueBug report
- Extension name:
firestore-stripe-subscriptions
Describe the bug
I already have firebase & stripe customers that were synced with a custom webhook. I am trying to replace that piece of infrastructure with this extension, but it doesn’t seem there is anyway to force a sync for the existing customers.
Expected behavior
Some path to syncing existing customers, possibly by their user email.
Thank youuuuu 😃
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Stripe: Help & Support
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, ...
Read more >Billing customer portal : Stripe: Help & Support
To learn about how to use the customer portal for invoicing, check out this guide here. FAQ. Can a customer create a new...
Read more >Update existing bank account information - Stripe Support
If you have any trouble updating your bank account information, such as having forgotten your previous bank account information, contact Stripe Support.
Read more >An important update for Stripe Connect September 2021
This guide outlines new financial partner requirements in the United States, what's new to Connect, and what changes your Stripe integration might need....
Read more >Update a customer – curl - Stripe API reference
Stripe recommends updating the IP address when a new PaymentMethod is attached or the address field on the customer is updated. We recommend...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@thisisvilla are you saying you have existing customers in Stripe with existing subscriptions? The extension is not able to sync these, but rather you will need to add your existing Stripe customer ID to the user doc in your Cloud Firestore:
As long as you have the
stripeId
set in your user doc, the extension will use this customer ID for that user. Otherwise it will create a new Stripe customer object.@thisisvilla glad you got it working. The
firebaseUID
metadata should not be required, it’s just there to make searching in the dashboard more convenient.