The example data below will process a manually-entered credit card Force (ForceAuth) transaction through the payment server.

Parameter Value
Username test
Password 123
TransType Force
CardNum 5454545454545454
ExpData 0509
NameOnCard John Doe
Amount 1.00
ExtData <AuthCode>123456</AuthCode>

 

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><Message>APPROVAL</Messag e><AuthCode>123456</AuthCode><PNRef>2317</PNRef><GetCommercialCard>False </GetCommercialCard><ExtData>CardType=MASTERCARD</ExtData>

</Response>