Build 2026-01-12 14:01:28
The Adyen Checkout Adapter API is used to create and manage a Adyen Checkout Order.
https://docs.norce.io/
https://docs.norce.io/api/checkout/v1/callback/orders/webhook
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"
}
}
}
]
}'