#GlenLambert

1 messages · Page 1 of 1 (latest)

pure fableBOT
acoustic whale
#

Hello, did you check the "Balances" section of the connected account's dashboard?

slow frigate
#

Yes, no sign of any activity since July :/

acoustic whale
#

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

slow frigate
#

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.

slow frigate
#

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 😦

#

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.