Skip to content

Instantly share code, notes, and snippets.

@ggpasqualino
Created June 13, 2019 12:50
Show Gist options
  • Save ggpasqualino/3c47f2bf641bbbe8c09a71c6ccb57622 to your computer and use it in GitHub Desktop.
Save ggpasqualino/3c47f2bf641bbbe8c09a71c6ccb57622 to your computer and use it in GitHub Desktop.
FinTecSystems iframe
<body>
Aborted!
</body>
<body>
Finished!
</body>
<head>
<script src="https://api.xs2a.com/xs2a.js"></script>
<link rel="stylesheet" href="https://api.xs2a.com/xs2a.css">
</head>
<body>
<div id="XS2A-Form" data-xs2a="wizard-session-key-goes-here"></div>
<script>
xs2a.finish(function () {
document.location.href = 'finish.html';
});
xs2a.abort(function () {
document.location.href = 'abort.html';
});
xs2a.init();
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment