Skip to content

Instantly share code, notes, and snippets.

@Joe8Bit
Created April 20, 2020 13:30
Show Gist options
  • Save Joe8Bit/bd73ae6e08cd4dd3a2dba5e8903bc62d to your computer and use it in GitHub Desktop.
Save Joe8Bit/bd73ae6e08cd4dd3a2dba5e8903bc62d to your computer and use it in GitHub Desktop.
Source auth URL
document.getElementByID('banked-provider-list').addEventListener('banked-provider-set', function (e) {
console.log(e.detail.redirectUrl); // e.g. https://bank.com/authorise/09234098-2983-029340/
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment