Authorize.Net AIM订单项和说明之间有什么区别

时间:2012-07-17 17:55:20

标签: authorize.net

我不确定descriptionlineitem之间的区别。订单项是否以逗号分隔列出的产品列表?我想知道变量max length和data type。另外,想知道用户信用卡对帐单,说明或lineitem中出现了哪些字段。找不到任何好的文件。

1 个答案:

答案 0 :(得分:0)

描述是您对交易的描述。它可以是“首次订阅付款”或“退款交易#123456”。最多可包含255个字符(无符号)。有关详细信息,请参阅AIM guide的第24页。

订单项用于添加用户购买的每件商品或服务。这包括名称,价格,数量等。基本上,您可以记录购买的内容。订单项的格式如下:

x_line_item
Optional
Value: Any string 
Format: Line item values must be delimited by a bracketed pipe <|>
Itemized order information

Item ID<|> 
The ID assigned to an item. 
Format: Up to 31 characters

<|>item name<|>
A short description of an item. 
Format: Up to 31 characters

<|>item description<|>
A detailed description of an item. 
Format: Up to 255 characters 

<|>itemX quantity<|>
The quantity of an item. 
Format: Up to two decimal places
Must be a positive number

<|>item price (unit cost)<|>
Cost of an item per unit, excluding tax, freight, and duty.
Format: Up to two decimal places
Must be a positive number
 The dollar sign ($) is not allowed when submitting delimited information.

<|>itemX 
taxable
Indicates whether the item is subject to tax.
Format: TRUE, FALSE, T, F, YES, NO, Y, N, 1, 0

交易无需处理或出现在客户的信用卡对帐单上。两者都允许您在Authorize.Net帐户中更好地组织事务。