The example data below will process a credit card Force (PostAuth) transaction through the payment server using Training Mode. The PNRef parameter should be changed when testing this example yourself.

Parameter Value
Username test
Password 123
TransType Force
NameOnCard John Doe
Amount 1.00
PNRef 2310
ExtData T


Response
<?xml version="1.0" encoding="utf-8" ?>

<Response xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns=”https://secure.ftipgw.com/ArgoFire/”>

<Result>0</Result><RespMSG>Approved</RespMSG><AuthCode>DEMO- 2</AuthCode><PNRef>2318</PNRef>

</Response>