#whizyyy-customer-search

1 messages · Page 1 of 1 (latest)

marble coyoteBOT
hot mantle
sullen kelp
#

Let me give it a try

#

@hot mantle nice it is working! However it appear that the Customer object have subscriptions field to null, but on my dashboard the customer have active subscriptions, why that?

hot mantle
marble coyoteBOT
twilit birch
#

whizyyy-customer-search

sullen kelp
#

Oh really?

sullen kelp
twilit birch
#

the way @hot mantle mentioned works. I'd personally recommend caching all of this in your database

twilit birch
#

then you shouldn't need to hit our API to know if they have a Subscription

sullen kelp
#

I prefer to fetch your API when my application boot to be sure I didnt missed any of your webhook that could false the subscriptions data. Is this a wrong way to use Stripe?

twilit birch
#

I would say yes, it's not a great design since it requires you re-ingesting all data all the time. It's not bad, but as you grow/scale you will hit potential issues with rate limits overall

sullen kelp
#

Well, I will reconsider the way I'm managing this, thanks for your fast support

twilit birch
#

happy to help 🙂