question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FAQ] Existing Stripe Customers Not Syncing

See original GitHub issue

Bug 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:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
thorsten-stripecommented, Nov 16, 2020

@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: image

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.

0reactions
thorsten-stripecommented, Nov 18, 2020

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found