Skip to content

Instantly share code, notes, and snippets.

@wehub
Created July 26, 2019 20:36
Show Gist options
  • Select an option

  • Save wehub/af1bd5cc5ec371dff5d978e564139fb1 to your computer and use it in GitHub Desktop.

Select an option

Save wehub/af1bd5cc5ec371dff5d978e564139fb1 to your computer and use it in GitHub Desktop.
WePay.bank_account.create({
'client_id': 108026,
'options': {
}
}, function(data){
console.log("Pop-up closing: ")
console.log(data);
}
, function(data) {
console.log("Pop-up opening: ");
console.log(data);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment