Webhook/Notification

Called by Adyen to react on webhooks

Request
query Parameters
merchant
required
string

Merchant identifier

channel
required
string

Merchant channel

Request Body schema:

Adyen notification JSON data

live
string
Array of objects (Adyen.Model.Notification.NotificationRequestItemContainer)
Responses
200

OK

post/api/checkout/v1/callback/orders/webhook
Request samples
{
  • "live": "string",
  • "notificationItemContainers": [
    ]
}
Response samples
application/json
"string"
Copyright © Norce 2024. All right reserved.