Skip to content

Instantly share code, notes, and snippets.

@stephen
Last active December 19, 2015 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephen/5996673 to your computer and use it in GitHub Desktop.
Save stephen/5996673 to your computer and use it in GitHub Desktop.
var _creditMerchantBankAccount = function() {
var amount = 5000;
var description = 'test';
var bankAccount = '/v1/customers/CU3Fxp3A2qYIJz5XrutOxthu/bank_accounts/BA4R9ts8OYE9ZaLrOUIklvW6';
balanced.Credits.add(bankAccount, 10000, description, function(err, result) {
console.log(err);
console.log(result);
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment