Skip to main content

Item​

Example​

{
"articleNumber": "9364",
"description": "3:Flyte Buckminster Bordslampa",
"price": 237.22,
"totalPrice": 474.44,
"vatRate": 12.0,
"currency": "SEK",
"quantity": 2,
"status": "Activated",
"captureId": "117573228",
"capturedAt": "2022-09-21T11:14:35.7900411+00:00",
"refundedAt": null
}

Properties​

PropertyExplanation
articleNumberArticle id
descriptionDescription
pricePrice
totalPriceTotal price
vatRateVAT Rate
currencyCurrency
quantityQuantity
statusPossible values: Activated, NotActivated, Returned, Canceled, Expired
captureIdIf captured, The id of the capture
capturedAtIf captured, Time of capture
refundedAtIf refunded, Time of refund

Sending an item back in a request​

Items you send to capture, refund, or reauthorize use different field names from the items you read here. You cannot take an item out of a response and post it back unchanged.

Read from a responseSend in a requestNotes
articleNumberidSame article, different property name.
descriptiondescriptionUnchanged.
priceunitPriceBoth are per unit and include VAT.
vatRatevatBoth are a rate, not an amount.
quantityquantityUnchanged.

totalPrice, currency, status, captureId, capturedAt, and refundedAt are read only. Leave them out of requests.

For the full request models, see Capture Item, Refund Item, and Reauthorize Item.