CartPrices

Prices

Field Type Description
price Int Price without discounts and costs
discount Int Total discount that was applied
warranty Int Price that was charged to serve as a warranty. This should get reimbursed by the shop.
delivery_cost Int Delivery cost that has been charged
invoice_cost Int A shop can set an invoice cost when the user asked for an invoice
sms_cost Int A price that was charged for mobile text messages (versbox system only)
transaction_cost Int The transaction cost that was applied for the selected payment method
price_to_pay Int The total price the consumer has to pay
price_with_discount Int Optional. The price of all the items of the cart, including discounts but without any additional costs.

Examples

Example 1

{
    "price": 15,
    "discount": 16,
    "warranty": 10,
    "delivery_cost": 10,
    "invoice_cost": 10,
    "sms_cost": 13,
    "transaction_cost": 16,
    "price_to_pay": 15,
    "price_with_discount": 12
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.0.0 stable