#rookie-account-volume
1 messages · Page 1 of 1 (latest)
@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
**database and caching it so that you can have a running calculation/aggregation ** i see what you mean here. Thanks for inputs! appreciate that! 🙌
sure thing!