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/order/v1/orders/{order_id}/payments/{payment_id}
curl -i -X GET \
'https://docs.norce.io/api/order/v1/orders/{order_id}/payments/{payment_id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'{ "actions": [ "string" ], "billingAddress": { "city": "string", "coAddress": "string", "countryCode": "string", "fullName": "string", "postalCode": "string", "streetAddress": "string" }, "cancelledAmount": 0, "creationDate": "2019-08-24T14:15:22Z", "currency": "string", "customerReference": "string", "deliveries": [ { … } ], "emailAddress": "string", "id": 0, "isCompany": true, "merchantOrderId": "string", "nationalId": "string", "orderAmount": 0, "orderRows": [ { … } ], "orderStatus": "string", "paymentType": "string", "peppolId": "string", "phoneNumber": "string", "shippingAddress": { "city": "string", "coAddress": "string", "countryCode": "string", "fullName": "string", "postalCode": "string", "streetAddress": "string" }, "sveaWillBuy": true, "expirationDate": "2019-08-24T14:15:22Z", "billingEmailAddress": "string", "billingReferences": [ "undefined" ], "systemStatus": "string" }
https://docs.norce.io/api/order/v1/orders/{order_id}/payments/{payment_id}/refresh
curl -i -X POST \
'https://docs.norce.io/api/order/v1/orders/{order_id}/payments/{payment_id}/refresh' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'https://docs.norce.io/api/order/v1/orders/{order_id}/payments/{payment_id}/capture
curl -i -X POST \
'https://docs.norce.io/api/order/v1/orders/{order_id}/payments/{payment_id}/capture' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'https://docs.norce.io/api/order/v1/orders/{order_id}/payments/{payment_id}/cancel
curl -i -X POST \
'https://docs.norce.io/api/order/v1/orders/{order_id}/payments/{payment_id}/cancel' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'https://docs.norce.io/api/order/v1/orders/{order_id}/payments/{payment_id}/refund
curl -i -X POST \
'https://docs.norce.io/api/order/v1/orders/{order_id}/payments/{payment_id}/refund' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'