Norce Checkout - Order Management API (0.1)

Build 2026-01-12 08:21:29

The Order Management API is used to create and handle orders

Download OpenAPI description
Languages
Servers
Playground

https://{slug}.api-se.playground.norce.tech/checkout/order/

Stage

https://{slug}.api-se.stage.norce.tech/checkout/order/

Production

https://{slug}.api-se.norce.tech/checkout/order/

Schemas

UpsellState

string(UpsellState)
Enum"created""actionRequired""completed""failed"
"created"

UpsellTransaction

idstring

Provider-specific id for referencing the upsell transaction (e.g. Qliro upsellId, Walley checkout reference)

statestring

State derived from provider status mapping

Enum"created""actionRequired""completed""failed"
attributesobject

Metadata that may vary between PSPs (items, URLs, constraints, ...)

{ "id": "string", "state": "created", "attributes": { "property1": null, "property2": null } }

ValidationError

codestring
adapterIdstring
{ "code": "string", "adapterId": "string" }

Checkout

Operations

Checkout Payment

Operations

Checkout Shipping

Operations