Norce Checkout - Avarda Checkout Adapter API (1.0.0)

Build 2026-01-09 07:29:55

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

Download OpenAPI description
Languages
Servers
Test server

https://checkout-avarda-adapter.test.norce.tech/

Schemas

Cart

referencestring
itemsArray of objects(Item)
discountsArray of objects(Discount)
totalobject
{ "reference": "string", "items": [ {} ], "discounts": [ {} ], "total": { "includingVat": 0.1, "excludingVat": 0.1 } }

Consent

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

Customer

billingobject
shippingobject
typestringrequired
Enum"person""organization"
attributesobject
{ "billing": { "customerType": "person", "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": { "customerType": "person", "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": "person", "attributes": { "property1": null, "property2": null } }

Payments

Operations

Avarda Checkout Callbacks

Operations

Avarda 'Client-side events' Callbacks

Operations

Norce Callbacks

Operations

Order Management

Operations