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

idstring
merchantstring
channelstring
referencestring
createdstring(date-time)
lastModifiedstring(date-time)
stateobject
culturestring
currencystring
countrystring
cartobject
shippingsArray of objects(Norce.Checkout.AdyenAdapter.Application.Order.Shipping)
paymentsArray of objects(Norce.Checkout.AdyenAdapter.Application.Order.Payment)
customerobject
consentsArray of objects(Norce.Checkout.AdyenAdapter.Application.Order.Consent)
hooksArray of objects(Norce.Checkout.AdyenAdapter.Application.Order.Hook)
totalobject
attributesobject
{ "id": "string", "merchant": "string", "channel": "string", "reference": "string", "created": "2019-08-24T14:15:22Z", "lastModified": "2019-08-24T14:15:22Z", "state": { "currentStatus": 0, "transitions": [] }, "culture": "string", "currency": "string", "country": "string", "cart": { "reference": "string", "items": [], "discounts": [], "total": {}, "attributes": {} }, "shippings": [ {} ], "payments": [ {} ], "customer": { "billing": {}, "shipping": {}, "type": 0, "attributes": {} }, "consents": [ {} ], "hooks": [ {} ], "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "attributes": { "property1": null, "property2": null } }

Norce.Checkout.AdyenAdapter.Application.Order.OrderStatus

integer(int32)(Norce.Checkout.AdyenAdapter.Application.Order.OrderStatus)
Enum01234
0

Norce.Checkout.AdyenAdapter.Application.Order.Payment

idstring
adapterIdstring
namestring
merchantstring
channelstring
currencystring
typeinteger(int32)
Enum012
orderIdstring
amountnumber(double)
upperLimitAmountnumber(double)
stateinteger(int32)
Enum0123456789
referencestring
attributesobject
recurringobject
{ "id": "string", "adapterId": "string", "name": "string", "merchant": "string", "channel": "string", "currency": "string", "type": 0, "orderId": "string", "amount": 0.1, "upperLimitAmount": 0.1, "state": 0, "reference": "string", "attributes": { "property1": null, "property2": null }, "recurring": { "token": "string", "description": "string", "attributes": {} } }

Payments

Operations

Adyen Checkout Callbacks

Operations

Adyen Checkout Webhook endpoint

Operations

Norce Callbacks

Operations