Skip to content

Instantly share code, notes, and snippets.

@avazquezpr
Created October 30, 2018 00:17
Show Gist options
  • Save avazquezpr/5a49b93b54e4d660c0dfeaae7eb12143 to your computer and use it in GitHub Desktop.
Save avazquezpr/5a49b93b54e4d660c0dfeaae7eb12143 to your computer and use it in GitHub Desktop.
stripe.customers.verifySource(
"cus_DpUFgoN7g1OexF",
"ba_1DQ1OpESJTxeELxQOP9GMNve",
{
amounts: [32, 49]
},
function(err, bankAccount) {
if (err) {
return err
} else {
return bankAccount
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment