This is an example of embedding a Payment Link Flow into a website.
Scenario: you're a school and you've planned a school Geography Trip. You want to allow parent's to pay for the trip by card via the school's website.
Warning: htmlspecialchars(): charset `0' not supported, assuming utf-8 in /var/www/html/examples/link.php on line 63
<div id="tascuro_iframe"></div>
<script type="text/javascript" src="https://api.tascuro.com/js/embed.js"></script>
<script type="text/javascript">
var tascuro_iframe = new Tascuro("tascuro_iframe", {
apiKey: "key_test_a5092d2e450d4d02932a",
link:"5a1f30f6e402f"
});
</script>