Developer's Guide

Table Of Contents
Submitting Purchasing Card Level 2 and Level 3 Transactions
First Data Merchant Services South (FDMS) Purchasing Card Transaction Processing
C
114 Payflow Pro Developer’s Guide
name-value starts with L_ and ends with n where n is the line item number. For example
L_QTY0=1 is the quantity for line item 0 and is equal to 1, with n starting at 0.
Example FDMS South Purchasing Card Level 2 and 3 Parameter String
“TRXTYPE=S&TENDER=C&PARTNER=PayPal&VENDOR=SuperMerchant&USER=SuperMerchant&
PWD=x1y2z3&STATE=CA&FIRSTNAME=John&LASTNAME=Smith&CITY=Redwood&SHIPTOCOUNTR
Y=USA&CUSTCODE=12345&DISCOUNT=.25&DUTYAMT=34.00&FREIGHTAMT=12.00&INVNUM=123
456789&ORDERDATE=021700&PONUM=1234567890123456789012345&SHIPFROMZIP=9401512
34&SHIPTOZIP=94065&TAXAMT=1.00&TAXEXEMPT=Y”
Example FDMS South Line Item Parameter String
“TRXTYPE=S&TENDER=C&PARTNER=PayPal&VENDOR=SuperMerchant&USER=SuperMerchant&
PWD=x1y2z3&STATE=CA&FIRSTNAME=John&LASTNAME=Smith&CITY=Redwood&SHIPTOCOUNTR
Y=USA&CUSTCODE=12345&DISCOUNT=.25&DUTYAMT=34.00&FREIGHTAMT=12.00&INVNUM=123
456789&ORDERDATE=021700&PONUM=1234567890123456789012345&SHIPFROMZIP=9401512
34&SHIPTOZIP=94065&TAXAMT=1.00&TAXEXEMPT=Y&L_QTY1=1&L_UPC1=PN&L_DESC1=Test&
L_UOM1=INQ&L_COST1=1.00&L_PRODCODE1=12345&L_DISCOUNT1=.25&&L_AMT1=.75&L_TAX
AMT1=0”
T
ABLE C.9 FDMS South purchasing card line item parameters
Parameter Description Required Type Length
L_QTYn Quantity (whole units only). Yes Numeric 10
L_COMMCODEn Item commodity code. No Alpha-
numeric
12
L_DESCn Item description. No Alpha-
numeric
35
L_UOMn Item unit of measure. See “Units of Measure” on
page 161.
No Alpha 3
L_COSTn Cost per item, excluding tax. No Currency 10
L_PRODCODEn Supplier-specific product code. No Alpha-
numeric
12
L_DISCOUNTn Discount per line item. No Currency 10
L_AMTn Total line item amount including tax and discount. +
for debit, - for credits.
Yes Currency 10
L_TAXAMTn Line item tax amount. No Currency 10