Created
August 28, 2019 02:10
-
-
Save leonkyr/e4f1bc1d3d6346c8cc62387279758027 to your computer and use it in GitHub Desktop.
stripe-connect-retrieve-balance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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