Skip to content

Instantly share code, notes, and snippets.

@dpaola2
Created January 8, 2021 19:57
Show Gist options
  • Save dpaola2/24ffb8b516acc7e353a55f5e158463c3 to your computer and use it in GitHub Desktop.
Save dpaola2/24ffb8b516acc7e353a55f5e158463c3 to your computer and use it in GitHub Desktop.
<html>
<body>
<script src="https://cdn.atomicfi.com/transact.js"></script>
<script>
Atomic.transact({
publicToken: "",
product: "deposit",
demoMode: true,
color: "#4B39EF",
onFinish: function(data) {},
onClose: function(data) {},
onInteraction: function(data) {}
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment