Qliro will use this URL to send notifications for general status updates. For example if you are using integrated shipping providers (e.g. nShift or Ingrid) this url will be called when we complete or if we get an error from the shipping provider api:s.

Called whenever a Qliro order’s is complete or if we get an error from the shipping provider api:s.

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

The Notification data

OrderId
integer <int64>
MerchantReference
string
IsSuccess
boolean
ErrorMessage
string
Timestamp
string <date-time>
EventType
string
Provider
string
Payload
any
Responses
200

OK

post/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/notification
Request samples
application/json
{
  • "OrderId": 0,
  • "MerchantReference": "string",
  • "IsSuccess": true,
  • "ErrorMessage": "string",
  • "Timestamp": "2019-08-24T14:15:22Z",
  • "EventType": "string",
  • "Provider": "string",
  • "Payload": null
}
Response samples
application/json
{
  • "callbackResponse": "string"
}
Copyright © Norce 2024. All right reserved.