string(OrderStatus)
Enum"checkout""processing""accepted""completed""declined"
"checkout"
Build 2026-01-14 10:19:48
The Svea Checkout Adapter API is used to create and manage a Svea Checkout Order.
https://docs.norce.io/
{ "id": "string", "adapterId": "string", "name": "string", "merchant": "string", "channel": "string", "currency": "string", "type": "default", "orderId": "string", "amount": 0.1, "upperLimitAmount": 0.1, "state": "intent", "reference": "string", "attributes": { "property1": null, "property2": null }, "actions": [ { … } ], "recurring": { "token": "string", "description": "string", "attributes": { … } } }