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/
https://docs.norce.io/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/validation
curl -i -X GET \
'https://docs.norce.io/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/validation?channel=string&merchant=string'{ "valid": true, "clientOrderNumber": "string", "message": "string" }
https://docs.norce.io/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/push
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/push?channel=string&merchant=string'https://docs.norce.io/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/webhook
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/webhook?channel=string&merchant=string' \
-H 'Content-Type: application/json' \
-d '{
"type": "string",
"description": "string",
"orderId": 0
}'https://docs.norce.io/api/checkout/v1/callback/orders/event
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/callback/orders/event?channel=string&merchant=string' \
-H 'Content-Type: application/json' \
-d '{
"eventName": "string",
"checkoutOrderId": 0,
"closeReason": "string",
"correlationId": "48fb4cd3-2ef6-4479-bea1-7c92721b988c",
"timestampUtc": "2019-08-24T14:15:22Z"
}'