The example data below will process a swiped credit card (Mastercard) Sale transaction as a fuel transaction through the payment server. Note that ExtData contains both required and optional tags for this transaction.

Parameter Value
Username test
Password 123
TransType Sale
CardNum 5233272716340016
ExpDate 0208
MagData 5233272716340016=080212121228
NameOnCard John Doe
Amount 26.50
ExtData <Items><Item><UPC>001</UPC><Quantity>1</Quantity><UnitPrice>1</Un itPrice><Category>Fuel</Category><Description>UnLeaded</Description><U nitOfMeasurement>Gallon</UnitOfMeasurement></Item></Items>


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>OK</RespMSG><Message>APPROVAL</Message ><AuthCode>333333</AuthCode><PNRef>39081</PNRef><HostCode>1000087 78024</HostCode><GetCommercialCard>False</GetCommercialCard><ExtData> CardType=MASTERCARD</ExtData>

</Response>