Developer's Guide

Table Of Contents
Payflow Pro Developer’s Guide 111
Submitting Purchasing Card Level 2 and Level 3 Transactions
First Data Merchant Services (FDMS) North Purchasing Card Transaction Processing
C
FDMS North Purchasing Card Line Item Parameters
Line item data (Level 3) describes the details of the item purchased and can be passed for each
transaction. The convention for passing line item data in name/value pairs is that each
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. In addition, the
SHIPFROMZIP parameter is required for Level 3 transactions.
TAXAMT Tax amount.
The value must include a decimal and the exact
amount to the cent (42.00, not 42). Do not include
comma separators (1234.56 not 1,234.56). See
“FDMS South Currency Codes and Decimal
Positions” on page 166.
No (but
provides
best rate
when used)
Currency 10
T
ABLE C.7 FDMS North 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_UPCn 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
T
ABLE C.6 FDMS North purchasing card parameters (Continued)
Parameter Description Required Type Length