#SamZ

1 messages · Page 1 of 1 (latest)

fast rockBOT
clever solstice
#

Yes, you'll want a separate connect account for each user of yours that you want to pay out

alpine plank
#

Hey thx for the quick answer.
I don't need a dashborard just if there is an API route to retrieve balance ?

clever solstice
alpine plank
#

But that's the balance of the stripe account not the connected account balance, no ?

clever solstice
alpine plank
#

Could you explain to me how to do so? Because i don't see a way to call the api with a connected account id

clever solstice
#

What client library are you using?

#

That stripeAccount header is a parameter that works on any API call. You make the list balance transaction call as normal and add the header the way that the second link that I sent to shows for your client library

alpine plank
#

Flutter client side, and Node server side

clever solstice
#
  currency: 'usd',
  { stripeAccount: 'acct_1JCsS9Jmquaq3Lbp' }
});```