Norce.Checkout.Notification (Created: 12/02/2025 08:33:13)

Download OpenAPI description
Languages
Servers
Public

https://norce-open-beta.api-se.playground.norce.tech/checkout/notification/

Internal Test

https://notification.checkout.test.internal.norce.tech/

Internal Playground

https://notification.checkout.playground.internal.norce.tech/

Internal Stage

https://notification.checkout.stage.internal.norce.tech/

Internal Production

https://notification.checkout.prod.internal.norce.tech/

Schemas

State

currentStatusstring

State of the order.

Enum"checkout""processing""accepted""completed""declined""removed"
transitionsArray of objects(Transition)read-only

State transitions.

{ "currentStatus": "checkout", "transitions": [ {} ] }

Transition

statusstringread-only

State of the order.

Enum"checkout""processing""accepted""completed""declined""removed"
timeStampstring(date-time)read-only

UTC Time when state was set.

{ "status": "checkout", "timeStamp": "2019-08-24T14:15:22Z" }

Events

Operations