Skip to main content

lineItems

This is more detailed information about the items that are being purchased for Level2Level3 merchants

    description string

    Possible values: <= 50 characters

    This is a description of the item(s) being purchased.

    productCode string

    Possible values: <= 12 characters

    This is a merchant-defined description code of the item being purchased.

    quantity number

    Possible values: <= 99999999999

    This is the quantity of the item.

    Note: Max 4 decimals is allowed.

    unitAmount number

    Possible values: <= 99999999999

    This is the unit price of the item being purchased, in minor units. The currency will be based on the account setting.

    taxRate number

    Possible values: <= 100

    This is the tax rate used to calculate the tax amount. For example, if the tax rate is 10.5%, this value should be 10.5.

    Note: Max 2 decimals allowed.

    taxAmount number

    Possible values: <= 99999999999

    This is the amount of any value-added taxes that can be associated with the purchased item, in minor units. The currency will be based on the account setting.

    Note: Our system will not validate the accuracy of this value. The merchant's application must calculate this value correctly.

    totalAmount number

    Possible values: <= 99999999999

    This is the total amount of the line item, typically calculated as price multiplied by quantity, in minor units. The currency is based on the account setting.

    Note: Our system will not validate the accuracy of this value. The merchant''s application must calculate this value correctly.