Norce Checkout - Adyen Checkout Adapter API (1.0.0)

Build 2026-01-12 14:01:28

The Adyen Checkout Adapter API is used to create and manage a Adyen Checkout Order.

Download OpenAPI description
Languages
Servers

https://docs.norce.io/

Schemas

Payments

Operations

Adyen Checkout Callbacks

Operations

Adyen Checkout Webhook endpoint

Operations

Webhook/Notification

Request

Called by Adyen to react on webhooks

Query
merchantstringrequired

Merchant identifier

channelstringrequired

Merchant channel

Body

Adyen notification JSON data

livestring
notificationItemContainersArray of objects(Adyen.Model.Notification.NotificationRequestItemContainer)
curl -i -X POST \
  'https://docs.norce.io/api/checkout/v1/callback/orders/webhook?channel=string&merchant=string' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "live": "string",
    "notificationItemContainers": [
      {
        "notificationItem": {
          "amount": {
            "currency": "string",
            "value": 0
          },
          "eventCode": "string",
          "eventDate": "string",
          "merchantAccountCode": "string",
          "merchantReference": "string",
          "originalReference": "string",
          "pspReference": "string",
          "reason": "string",
          "success": true,
          "paymentMethod": "string",
          "operations": [
            "string"
          ],
          "additionalData": {
            "property1": "string",
            "property2": "string"
          }
        }
      }
    ]
  }'

Responses

OK

Bodyapplication/json
string
Response
application/json
"string"

Norce Callbacks

Operations