Skip to content

Instantly share code, notes, and snippets.

@leonkyr
Created August 28, 2019 02:10
Show Gist options
  • Save leonkyr/e4f1bc1d3d6346c8cc62387279758027 to your computer and use it in GitHub Desktop.
Save leonkyr/e4f1bc1d3d6346c8cc62387279758027 to your computer and use it in GitHub Desktop.
stripe-connect-retrieve-balance
stripe.balance.retrieve({
stripe_account: accountId
}, function (err, balance) {
console.log(JSON.stringify(balance, null, 2));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment