Adyen · Schema
StoredValueData
It contains: - the identification of the stored value accounts or the stored value cards, if provided by the Sale System, and - the associated products sold by the Sale System.. Data related to the stored value card.
PaymentsFinancial-ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| StoredValueProvider | string | If more than one provider to manage on the POI, and StoredValueAccountID absent. |
| StoredValueTransactionType | object | |
| StoredValueAccountID | object | |
| OriginalPOITransaction | object | |
| ProductCode | integer | Product code of item purchased with the transaction. |
| EanUpc | integer | Standard product code of item purchased with the transaction. |
| ItemAmount | number | Total amount of the item line. |
| Currency | string | Currency of a monetary amount. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/StoredValueData",
"title": "StoredValueData",
"type": "object",
"description": "It contains: - the identification of the stored value accounts or the stored value cards, if provided by the Sale System, and - the associated products sold by the Sale System.. Data related to the stored value card.",
"properties": {
"StoredValueProvider": {
"type": "string",
"pattern": "^.+$",
"description": "If more than one provider to manage on the POI, and StoredValueAccountID absent."
},
"StoredValueTransactionType": {
"$ref": "#/components/schemas/StoredValueTransactionType"
},
"StoredValueAccountID": {
"$ref": "#/components/schemas/StoredValueAccountID"
},
"OriginalPOITransaction": {
"$ref": "#/components/schemas/OriginalPOITransaction"
},
"ProductCode": {
"type": "integer",
"minimum": 1,
"maximum": 20,
"description": "Product code of item purchased with the transaction."
},
"EanUpc": {
"type": "integer",
"description": "Standard product code of item purchased with the transaction."
},
"ItemAmount": {
"type": "number",
"maximum": 99999999.999999,
"minimum": 0,
"description": "Total amount of the item line."
},
"Currency": {
"type": "string",
"pattern": "^[A-Z]{3,3}$",
"description": "Currency of a monetary amount."
}
},
"required": [
"StoredValueTransactionType"
]
}
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-storedvaluedata"
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.