-
Select Topic AreaQuestion BodyI'm trying to pull the current pending balance for payout that's in our stripe connect account, but I can't seem to find anything that would let me accomplish that. Is this possible? I saw https://github.com/orgs/community/discussions/77190#discussioncomment-8247804 and was hopeful I could just add them all up, but when I run that query all the nodes are null. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I do not think there is native support for what you are asking, A work arround of the top of my head would be to implement some sort of resolver that calls the Stripe REST API endpoints to fetch the balance information. |
Beta Was this translation helpful? Give feedback.
-
It looks like you're running into trouble retrieving the current pending balance for payouts in your Stripe Connect account. Based on the link you shared, it seems like the approach you're trying might not be working as expected due to null values in the query results. Here's a step-by-step method you can follow to pull the current pending balance:
If you need any further assistance with the API calls or understanding the response data, feel free to ask! |
Beta Was this translation helpful? Give feedback.
Unfortunately stripe connect doesn't seem to offer an api as far as I can tell.
I contacted Github support and they confirmed retrieving the pending balance isn't possible right now.