#deepak-balancetransactions

1 messages · Page 1 of 1 (latest)

tacit estuaryBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

knotty frost
#

Hi 👋

THe List API does not allow for filtering Balance Transactions based on the status property. To retrieve only these transactions, you can retrieve all balance transactions and filter the list returned to only those with the status == 'pending'

glossy tree
#

That means i am fetching extra data

#

and I can't do Pagination on that

knotty frost
#

and I can't do Pagination on that
Why not? You could build your own list while paginating and only append those transactions where the status is pending

tacit estuaryBOT