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.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 } }

Norce.Checkout.AdyenAdapter.Application.Order.Consent

idstring
checkedboolean
textstring
requiredboolean
{ "id": "string", "checked": true, "text": "string", "required": true }

Norce.Checkout.AdyenAdapter.Application.Order.Customer

billingobject
shippingobject
typeinteger(int32)
Enum01
attributesobject
{ "billing": { "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": {} }, "shipping": { "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": {} }, "type": 0, "attributes": { "property1": null, "property2": null } }

Payments

Operations

Adyen Checkout Callbacks

Operations

Adyen Checkout Webhook endpoint

Operations

Norce Callbacks

Operations