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

PaymentAction

idstringread-only
adapterIdstringnon-emptyrequired
typestringnon-emptyrequired
urlstringnon-emptyrequired
{ "id": "string", "adapterId": "string", "type": "string", "url": "string" }

PaymentEvent

string(PaymentEvent)
Enum"open""process""confirm""reopen""cancel""paymentAction""capture""refund"
"open"

PaymentState

string(PaymentState)
Enum"intent""removed""processing""failed""confirmed""pending""declined""reserved""credited""captured"
"intent"

Checkout

Operations

Checkout Payment

Operations

Checkout Shipping

Operations