#robertpartfy - balance retrieve
1 messages · Page 1 of 1 (latest)
Hey there! Sure thing
You'd do this:
$balance = \Stripe\Balance::retrieve(
['stripe_account' => '{{CONNECTED_STRIPE_ACCOUNT_ID}}']
);```
There's an example here: https://stripe.com/docs/connect/account-balances
No problem! You too!