If you are in the insurance industry, and wish to use our existing pre-form that asks specific industry related questions prior to allowing the customer access to the actual form, please see the special note under the sample links below.
If you are using a custom pre-form, then review the instructions here.
If you don't have a website, you can still allow customers to get to your online form by sending them to InstantCheckPay.Com - See More Details.
There are several ways to link to your check form as the examples below show. All this information, customized with your system ID was contained in the Welcome email you received when your account was originally setup.
The most popular method of linking to your secure check form is to launch it into a new, pre-defined browser window. This window is set to a specific size and does not have the URL address line - so your customers will never know that the form is not coming directly form your own site. The new window does have the status bar on the bottom where the Secure SSL Connection key or lock icon appears so they will know they have a secure connection.
While broken into several lines below to display on this page, a link such as the below needs to be a single line of code in the HTML of your website. This link will open a plain text version of the links below into a new browser window. You can copy and paste the code from that window into your website. HOWEVER, YOU WILL NEED TO CHANGE THE XXXX AFTER THE ID= TO YOUR OWN ID CODE. Your unique ID code was provided to you in the Welcome email message.
<A HREF="#PaybyVcheck"onClick="MyWin=window.open('https://www.securevcheck.com/
?id=XXXX','newWnd','width=700,height=700,menubar=yes,toolbar=yes,location=no,
resizable=1,scrollbars=yes,status=yes');MyWin.focus();"> Pay By Vcheck</A>
The words "Pay by Vcheck" in the code above may be changed to anything you like or an image may be used instead. Below are a number of images you may use instead of text. Just right click on an image and use the Save As or Save Image As command to save a copy of the image to your hard drive. You or your webmaster can then substitute the text of "Pay By Vcheck" with a call for the new image from your website.
INSURANCE AGENTS AND AGENCIES: We have a special pre-form built into the system. The pre-form asks the customer if the payment is for a new policy and they have to agree to a disclaimer about coverage. If you wish to use that pre-form, all you have to do is add this file name -
insurance.php - into your link. So, while the above sample link goes directly to the Vcheck form, the version below sends customers to the pre-form first:
<A HREF="#PaybyVcheck"onClick="MyWin=window.open('https://www.securevcheck.com/
insurance.php?id=XXXX','newWnd','width=700,height=700,menubar=yes,toolbar=yes,
location=no,
resizable=1,scrollbars=yes,status=yes');MyWin.focus();"> Pay By Vcheck</A>
This link will launch a new window that that uses the special pre-form.
A more simple method is to use a standard link that will launch the form into another full size, undefined browser window. Again, you will have to replace the XXXX in the sample below with your actual ID code.
<A HREF="https://www.securevcheck.com/?id=XXXX" Target="New"> Pay By Vcheck</A>
Using the E-Sign Signature Capture
If you wish to use the optional E-Sign Electronic Signature Capture feature, you simply add "&template=signature" to the link after your id= , as shown below. Remember to change the XXXX after the id=
<A HREF="#PaybyVcheck"onClick="MyWin=window.open('https://www.securevcheck.com/
?id=XXXX&template=signature','newWnd','width=700,height=700,menubar=yes,toolbar=yes,
location=no,resizable=1,scrollbars=yes,status=yes');MyWin.focus();"> Pay By Vcheck</A>
The below uses BOTH the insurance.php preform AND the E-Sign Option
<A HREF="#PaybyVcheck"onClick="MyWin=window.open('https://www.securevcheck.com/
insurance.php?id=XXXX&template=signature','newWnd','width=700,height=700,menubar=yes,
toolbar=yes,location=no,resizable=1,scrollbars=yes,status=yes');MyWin.focus();"> Pay By Vcheck</A>