I'm working with SIM and I'm getting a line item invalid error. Here is my line item:
value="Package1<|>Internet: Access Code Standard 1Hr<|>Your access code is: AAC6J7H8 (1 Hour - 5M up / 5M down) - Plan Name: Access Code Standard 1Hr<|>1<|>5.99<|>N"
01-26-2016 02:33 PM
Item name might be too long
http://developer.authorize.net/api/reference/index.html
lineItems | Contains one or more elements (the maximum is 30 line items. | |
lineItem | Describes one line item of the order. | |
itemId | Item identification. | Up to 31 characters. |
name | Name of the item. | Up to 31 characters |
description | Description of the item. | Up to 255 characters. |
quantity | Quantity purchased. | Up to two decimal places. Must be a positive number |
unitPrice | Price of one item. Cost of an item per unit, excluding tax, freight, and duty. |
01-26-2016 04:43 PM
Thanks for that. I hadn't found the max char length for each of the fields in the docs
01-27-2016 08:39 AM