#rookie-account-volume

1 messages · Page 1 of 1 (latest)

delicate summitBOT
livid zodiac
#

@sage cedar I would use the List PaymentIntents and List Invoices API instead of the Search API personally because you are guaranteed to get the results (the Search API has a lag)

#

And I recommend ingesting the data in your database and caching it so that you can have a running calculation/aggregation of the amount and not hit the List API every time (because that won't scale)

#

rookie-account-volume

sage cedar
#

**database and caching it so that you can have a running calculation/aggregation ** i see what you mean here. Thanks for inputs! appreciate that! 🙌

livid zodiac
#

sure thing!