Adyen · Schema
CustomerOrder
Customer order attached to a customer, recorded in the POI system. Allows the management of customer orders by the POI, for instance in a multi-channel or a click and collect sale transaction.
PaymentsFinancial-ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| CustomerOrderID | string | Additional and optional identification of a customer order. |
| SaleReferenceID | string | |
| OpenOrderState | boolean | |
| StartDate | string | Date time of the beginning of an operation. |
| EndDate | string | Date time of the end of an operation. |
| ForecastedAmount | number | |
| CurrentAmount | number | Total amount of all completed transactions of a customer order. |
| Currency | string | Currency of a monetary amount. |
| AccessedBy | string | |
| AdditionalInformation | string | Unqualified information. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CustomerOrder",
"title": "CustomerOrder",
"type": "object",
"description": "Customer order attached to a customer, recorded in the POI system. Allows the management of customer orders by the POI, for instance in a multi-channel or a click and collect sale transaction.",
"properties": {
"CustomerOrderID": {
"type": "string",
"pattern": "^.+$",
"description": "Additional and optional identification of a customer order."
},
"SaleReferenceID": {
"type": "string",
"pattern": "^.+$"
},
"OpenOrderState": {
"type": "boolean",
"default": true
},
"StartDate": {
"type": "string",
"format": "date-time",
"description": "Date time of the beginning of an operation."
},
"EndDate": {
"type": "string",
"format": "date-time",
"description": "Date time of the end of an operation."
},
"ForecastedAmount": {
"type": "number",
"maximum": 99999999.999999,
"minimum": 0
},
"CurrentAmount": {
"type": "number",
"maximum": 99999999.999999,
"minimum": 0,
"description": "Total amount of all completed transactions of a customer order."
},
"Currency": {
"type": "string",
"pattern": "^[A-Z]{3,3}$",
"description": "Currency of a monetary amount."
},
"AccessedBy": {
"type": "string",
"pattern": "^.+$"
},
"AdditionalInformation": {
"type": "string",
"pattern": "^.+$",
"description": "Unqualified information."
}
},
"required": [
"SaleReferenceID",
"StartDate",
"ForecastedAmount",
"CurrentAmount"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adyen-customerorder"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.