#GlenLambert
1 messages · Page 1 of 1 (latest)
Hello, did you check the "Balances" section of the connected account's dashboard?
Yes, no sign of any activity since July :/
With the API you can retrieve the balance as the connected account
https://stripe.com/docs/api/connected_accounts
https://stripe.com/docs/api/balance/balance_retrieve
I actually don't think the Transfer object exists on the connected account but will have to double check that. I think you would want to list your Transfers on your platform account and filter by destination=acct_1234
https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Surely there must be somewhere to verify that the transfer amount actually reached the destination account in one of the dashboards?
There isn't, there's also no evidence I can see that the transfer amount has been deducted from the source account balance. It's so confusing.
Ok so this page: https://dashboard.stripe.com/test/connect/transfers
In test mode, on the source account, does show a few transfers from my tests today. All look correct, all status 200 ok.
But that's it. I expected I would be able to see those transfer amounts elsewhere. Perhaps listed as deductions on the source account and/or credits on the destination account.
Because I can't see any of that, I have no confidence the system works 😦
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I can't find any mention of any of those transfers anywhere in the dashboard of the destination account.
This is why I'm stumped.