cancel
Showing results for 
Search instead for 
Did you mean: 

x_line_item= (270) line item 1 is invalid.

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"
tehStig
Member
2 REPLIES 2

Item name might be too long

 

http://developer.authorize.net/api/reference/index.html

lineItemsContains one or more elements (the maximum is 30 line items. 
lineItemDescribes one line item of the order. 
itemIdItem identification.
Up to 31 characters.
nameName of the item.
Up to 31 characters
descriptionDescription of the item.
Up to 255 characters.
quantityQuantity purchased.
Up to two decimal places. Must be a positive number
unitPricePrice of one item.
Cost of an item per unit, excluding tax, freight, and duty.
RaynorC1emen7
Expert

Thanks for that. I hadn't found the max char length for each of the fields in the docs

tehStig
Member