Note: this is a pro featureTo maintain brand identity, you might wish to direct your customers to website to pay invoices or make payments to your company, rather than using our hosted payment form at pay.tascuro.com.
We would typically suggest that you dedicate an entire page of your website to this functionality, however you can use any pre-existing page on your website.
Getting started depends on how your website is setup or created, so we'll outline a step-by-step guide for the most common website types.
HTML
-
If your website can be edited directly by HTML code, then open (or create) the page on your server in your preferred editor.
-
Create a DIV element where you'd like the payment window to appear and give it the ID "tascuro":
<div id="tascuro"></div>
-
Include our embed script at the bottom of your page:
<script type="text/javascript" src="https://api.tascuro.com/js/embed.js"></script>
<script>
var tascuro = new Tascuro("tascuro", {
apiKey:"key_test_1234567890ABC"
});
</script>
Remember to include an API Key for your website.
Wordpress
Coming Soon...
SquareSpace
Coming Soon...