Praxis Wiki logo

Virtual Terminal Code Example


Below is the very basic VT implementation, where you can easily access the VT with one of the CRM customers within one page.

<!DOCTYPE html>
<html>
<head>
<title>Virtual Terminal | CRM</title>
</head>

<body>
<!-- Header -->
<!-- Navigation Menu -->
<h2>Virtual Terminal | CRM</h2>
<p>Example: CRM Customers Page with  Virtual Terminal</p>

<table noborder width="100%">
<tr>
<td valign="top" width="10%">
<!-- List of CRM customers -->
<p><a target="virtual-terminal-iframe" href="https://backoffice-test.praxispay.com/backoffice/DFExternal.asp?FrontEnd=TEST+EUR&PIN=7&Command=DEPOSIT&Method=VISA">PIN=7</a></p>
<p><a target="virtual-terminal-iframe" href="https://backoffice-test.praxispay.com/backoffice/DFExternal.asp?FrontEnd=TEST+EUR&PIN=10&Command=DEPOSIT&Method=VISA">PIN=10</a></p>
</td>

<td valign="top">
<!--  Virtual Terminal Iframe -->
<iframe src="" noborder style="min-width:1120px; width:100%; min-height:700px;
height:100%;" name="virtual-terminal-iframe"></iframe>
</td>
</tr>
</table>
<!-- Page Footer -->
</body>
</html>

You are currently viewing version 3.3 Latest version here