>> Vcheck / Check Bind User's Manual
Initial Account SetupInitial Account SetupRequired Contact InfoCreating Additional AdministratorsCustom Form TextCustom Email ContentCheck VerificationUsing the SystemBatch Printing
:: Quick Hints ::

The Vcheck system can be integrated into almost any custom ordering process.

Customers can get to a certain point in your own system, sent to the Vcheck system to make a payment, then returned to your site (along with their payment data) to complete the transaction.

NOTE: Such integration takes a skilled programmer to implement. You are free to use your own programmers or we can provide programming services to you.

:: Redirecting Customers Back to Your Own Site ::

Placing a Link on the Confirmation Page to Return the User and Data Back to Another Server or Process

This process allows certain specified form fields to be passed back to another URL after the Vcheck form has been submitted. This is useful for integrating the Vcheck payment system into a shopping cart or other more complicated order processes. In other words, you can have a shopping cart or ordering process get to a certain point - pass all the data to the Vcheck form so the user can make a payment by Vcheck - and then pass the user (via a link on the Vcheck confirmation page) and desired form field pairs back to another URL to finish the transaction.

This is accomplished with the use of a different set of hidden input fields in your ordering system that are used when calling the Vcheck form.

<input type="hidden" name="redirecturl" value="THE RETURN PATH HERE">
<input type="hidden" name="redirectfields" value="THE NAMES OF THE FORM FIELDS
YOU WISH RETURNED, SEPARATED BY COMMAS - BUT NOT SPACES">
<input type="hidden" name="redirectname" value="THE TEXT OR CAPTION THAT WILL
SHOW ON THE LINK OR BUTTON">
<input type="hidden" name="redirectmethod" value="post OR get (all lower case)">

NOTE: If the "get" method is used, your return link will be in the form of a text link below a line on the check confirmation page that reads "You must click below to complete your transaction". This method will simply be your specified URL with the requested form fields tagged on the end using the ? method.

If the "post" method is used, your return link will be in the form of a "submit" button using your provided text as the caption. The button will actually activate a form that posts all the requested form fields back to the specified URL.

Also, if you would rather generate a standard link containing the above (instead of using a form), that may be done also as shown in the sample below (obviously, such a link would not be broken into several lines as is necessary to display it here):

https://www.securevcheck.com/?id=(Your ID Here)&redirecturl=https://www.mysecureserver.net/
cgi-bin/someprocess.cgi&redirectfields=payer_name,amount&redirectname=Click
To Complete Transaction&redirectmethod=post

The above methods should only be implemented by a skilled programmer and additional charges will occur if we have to provide support.


Copyright © 2008 SSNet, Incorporated, All rights reserved.