support
PRO - How do I use my website to take payments rather than using pay.tascuro.com?
Note: this is a pro feature

To 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

  1. If your website can be edited directly by HTML code, then open (or create) the page on your server in your preferred editor.
  2. Create a DIV element where you'd like the payment window to appear and give it the ID "tascuro":
    <div id="tascuro"></div>
  3. 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...

by Jordan Last updated: 20/09/2018 15:04
Was this article helpful? Yes / No