The example data below will process a credit card Sale transaction through the Payment Server, passing the appropriate ExtData to provide Purchase Card Level 3 information to the processor. Note that Concord EFS is the only processor which will actually use such data at this time; if such data were sent via ExtData to another processor, the transaction would process, but the Level 3 data would not be utilized.

Parameter Value
Username concord
Password 123
TransType Sale
CardNum 5233272716340016
ExpDate 0208
MagData 5233272716340016=080212121228
NameOnCard John Doe
Amount 26.50
ExtData <Invoice><InvNum>123</InvNum><Date>050421</Date><BillTo><Custo merId>CID101</CustomerId><Name>John Doe</Name><Address><Street>123 Main Street</Street><City>Any City</City><State>WA</State><Zip>98052</Zip><Country>USA</Countr y></Address><Email>test@test.com</Email><Phone>132-123- 1234</Phone><Fax>123-123- 1235</Fax><CustCode>CCode123</CustCode><PONum>PO123</PONum> <TaxExempt>True</TaxExempt></BillTo><Description>One big sale</Description><Items><Item><TotalAmt>1</TotalAmt><UPC>001</U PC><Quantity>1</Quantity><UnitPrice>1</UnitPrice><Category>Fuel</Cat egory><Description>UnLeaded</Description><UnitOfMeasurement>Gallon</ UnitOfMeasurement></Item></Items><DiscountAmt>0</DiscountAmt><Sh ippingAmt>1.11</ShippingAmt><DutyAmt>0</DutyAmt><TaxAmt>1.22</T axAmt><NationalTaxInc>0</NationalTaxInc><TotalAmt>26.50</TotalAmt> </Invoice>


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>990477</AuthCode><PNRef>38473</PNRef><HostCode>1000086 93148</HostCode><GetCommercialCard>True</GetCommercialCard><ExtData>C ardType=MASTERCARD</ExtData>

</Response>