v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
HTML Mode Pages

Compute an HTML Mode checkout summary

Page-scoped public endpoint used by Scalev.checkout.estimateSummary(payload). It accepts HTML Mode items, destination, payment_method, and shipping_option, recomputes shipping, and applies store-configured extra fees for display.

post/v3/pages/{page_unique_id}/checkout/summary

Request body

payment_methodstring

Example request

{
  "items": [
    {
      "type": "product",
      "variant_unique_id": "variant_x7f2a9",
      "bundle_price_option_unique_id": "bundle_price_option_p4k8q2",
      "quantity": 1
    }
  ],
  "destination": {
    "address": "Jl. Kopi No. 1",
    "postal_code": "10510"
  },
  "payment_method": "bank_transfer",
  "shipping_option": {
    "courier_code": "jne",
    "service_code": "REG",
    "name": "Regular"
  }
}

Response

HTML Mode checkout summary

other_income_namestring nullable required