#Ante75
1 messages · Page 1 of 1 (latest)
Balance transaction list retrieval doesn't support filtering by status: https://stripe.com/docs/api/balance_transactions/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You'd need to check in your own code
or a query like this:
Available on> Available
I find it strange that you cannot extract the transactions that stripe has yet to pay for
Yup, that's current not possible via API. It can only be done with checking status in your code