Norce Checkout Configuration (1.0.0)

Build 2026-01-09 08:53:55

Configuration API

Download OpenAPI description
Languages
Servers
Test server

https://checkout-configuration.test.norce.tech/

Schemas

Configuration

$schemastringnon-emptyrequired

The URL of the validating schema

Example: "https://checkout-name-adapter.norce.tech/schemas/v1/configuration.json"
idstringnon-emptyrequired

The Id of the adapter the configuration is for

Example: "checkout-name-adapter"
property name*anyadditional property
{ "$schema": "https://checkout-name-adapter.norce.tech/schemas/v1/configuration.json", "id": "checkout-name-adapter", "property1": null, "property2": null }

Error

codestring or null
messagestring or null
detailsobject or null
{ "code": "string", "message": "string", "details": { "property1": "string", "property2": "string" } }

Configuration

Operations