Transaction Details - Itemization Definition


Variable Requirement Type Possible Values Description
pd_display_items Optional boolean yes,no If passed with a value of ‘yes’, will display contents of order on payment page and in email to customer and merchant
pt_item_identifier_# Optional string SKU or Model # of item.
pt_item_description_# Optional string Description of item.
pt_item_cost_# Optional string Cost of item.
pt_item_quantity_# Optional string Quantity of item.
pt_item_is_taxable_# Optional string yes,no Used to distinguish between products that may not be subject to sales tax. Item is assumed taxable when field is not supplied.

Notes:

When utilizing itemization each item is sent in a group of the above fields numbered starting with 1.

Example:

pt_item_identifier_1
pt_item_description_1
pt_item_cost_1
pt_item_quantity_1

pt_item_identifier_2
pt_item_description_2
pt_item_cost_2
pt_item_quantity_2