#soma-list-transactions

1 messages ยท Page 1 of 1 (latest)

honest oxide
#

Hi ๐Ÿ‘‹ there isn't a straight-forward way to know how many Balance Transactions exist for an account.

You can use starting_after and has_more to build pagination logic to list all of the objects, but it'd likely be easier to leverage the auto-pagination functionality that is built into our libraries:
https://stripe.com/docs/api/pagination/auto

inland flower
#

Thank you for responding! I will take a look at that!

honest oxide
#

Happy to help! Let us know if that doesn't seem to do what you're looking for.