Webhook

When an Svea Checkout order has been finalized, the callback will be fired by Svea to notify the merchant about example any booked shipments

Request
path Parameters
order_id
required
string

Order identifier

payment_id
required
string

Payment identifier

query Parameters
merchant
required
string

Merchant identifier

channel
required
string

Merchant channel

Request Body schema: application/json

Webhook information

type
string
description
string
orderId
integer <int64>
Responses
200

OK

post/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/webhook
Request samples
application/json
{
  • "type": "string",
  • "description": "string",
  • "orderId": 0
}
Copyright © Norce 2024. All right reserved.