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

Norce.Checkout.AdyenAdapter.Application.Order.Address

typeinteger(int32)
Enum01
givenNamestring
familyNamestring
careOfstring
referencestring
organizationNamestring
streetAddressstring
streetAddress2string
postalCodestring
citystring
regionstring
countrystring
phonestring
emailstring
nationalIdentificationNumberstring
organizationIdentificationNumberstring
attributesobject
{ "type": 0, "givenName": "string", "familyName": "string", "careOf": "string", "reference": "string", "organizationName": "string", "streetAddress": "string", "streetAddress2": "string", "postalCode": "string", "city": "string", "region": "string", "country": "string", "phone": "string", "email": "string", "nationalIdentificationNumber": "string", "organizationIdentificationNumber": "string", "attributes": { "property1": null, "property2": null } }

Norce.Checkout.AdyenAdapter.Application.Order.Cart

referencestring
itemsArray of objects(Norce.Checkout.AdyenAdapter.Application.Order.CartItem)
discountsArray of objects(Norce.Checkout.AdyenAdapter.Application.Order.Discount)
totalobject
attributesobject
{ "reference": "string", "items": [ {} ], "discounts": [ {} ], "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "attributes": { "property1": null, "property2": null } }

Norce.Checkout.AdyenAdapter.Application.Order.CartItem

idstring
referencestring
namestring
skustring
urlstring
imageUrlstring
quantityinteger(int32)
unitstring
priceobject
totalobject
originalTotalobject
vatRatenumber(double)
discountsArray of objects(Norce.Checkout.AdyenAdapter.Application.Order.Discount)
attributesobject
{ "id": "string", "reference": "string", "name": "string", "sku": "string", "url": "string", "imageUrl": "string", "quantity": 0, "unit": "string", "price": { "includingVat": 0.1, "excludingVat": 0.1 }, "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "originalTotal": { "includingVat": 0.1, "excludingVat": 0.1 }, "vatRate": 0.1, "discounts": [ {} ], "attributes": { "property1": null, "property2": null } }

Payments

Operations

Adyen Checkout Callbacks

Operations

Adyen Checkout Webhook endpoint

Operations

Norce Callbacks

Operations