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

PaymentState

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

PaymentTransaction

eventstring

Event that triggered the transaction.

Enum"open""process""confirm""reopen""cancel""paymentAction""capture""refund"
pspEventstring

Payment service provider event.

amountnumber(double)

Amount after transaction. Amount in major unit currency.

isSuccessboolean

Indicated whether the transaction was successful.

errorDetailstring

Message detailing the error.

pspStatusstring

Payment service provider status.

requestJsonstring

Transaction request. Must be a valid json.

responseJsonstring

Transaction response. Must be a valid json.

createdstring(date-time)read-only

DateTime when transaction was posted.

paymentActionobject

Payment Action

{ "event": "open", "pspEvent": "string", "amount": 0.1, "isSuccess": true, "errorDetail": "string", "pspStatus": "string", "requestJson": "string", "responseJson": "string", "created": "2019-08-24T14:15:22Z", "paymentAction": { "id": "string", "adapterId": "string", "type": "string", "url": "string" } }

PaymentType

string(PaymentType)
Enum"default""prepaid""voucher"
"default"

Checkout

Operations

Checkout Payment

Operations

Checkout Shipping

Operations