#soma-list-transactions
1 messages ยท Page 1 of 1 (latest)
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you for responding! I will take a look at that!
Happy to help! Let us know if that doesn't seem to do what you're looking for.