Properties
| Name | Type | Description |
|---|---|---|
| _links | object | Reference to resources connected with the store. |
| address | object | The address of the store. |
| businessLineIds | array | The unique identifiers of the [business lines](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businesslines__resParam_id) that the store is associated with. If not specified, the busine |
| description | string | The description of the store. |
| externalReferenceId | string | The unique identifier of the store, used by certain payment methods and tax authorities. Accepts up to 14 digits. Required for CNPJ in Brazil, in the format 00.000.000/00git00-00 separated by dots, sl |
| id | string | The unique identifier of the store. This value is generated by Adyen. |
| merchantId | string | The unique identifier of the merchant account that the store belongs to. |
| phoneNumber | string | The phone number of the store, including '+' and country code in the [E.164](https://en.wikipedia.org/wiki/E.164) format. If passed in a different format, we convert and validate the phone number agai |
| reference | string | A reference to recognize the store by. Also known as the store code. Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_) |
| shopperStatement | string | The store name shown on the shopper's bank or credit card statement and on the shopper receipt. |
| splitConfiguration | object | Rules for Adyen for Platforms merchants to split the transaction amount and fees. |
| status | string | The status of the store. Possible values are: - **active**. This value is assigned automatically when a store is created. - **inactive**. The terminals under the store are blocked from accepting new t |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Store",
"title": "Store",
"properties": {
"_links": {
"description": "Reference to resources connected with the store.",
"$ref": "#/components/schemas/Links"
},
"address": {
"description": "The address of the store.",
"$ref": "#/components/schemas/StoreLocation"
},
"businessLineIds": {
"description": "The unique identifiers of the [business lines](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businesslines__resParam_id) that the store is associated with.\n If not specified, the business line of the merchant account is used. Required when there are multiple business lines under the merchant account.",
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "The description of the store.",
"type": "string"
},
"externalReferenceId": {
"description": "The unique identifier of the store, used by certain payment methods and tax authorities. Accepts up to 14 digits.\n\nRequired for CNPJ in Brazil, in the format 00.000.000/00git00-00 separated by dots, slashes, hyphens, or without separators.\n\nOptional for Zip in Australia and SIRET in France, required except for nonprofit organizations and incorporated associations.\n\n",
"type": "string"
},
"id": {
"description": "The unique identifier of the store. This value is generated by Adyen.",
"type": "string"
},
"merchantId": {
"description": "The unique identifier of the merchant account that the store belongs to.",
"type": "string"
},
"phoneNumber": {
"description": "The phone number of the store, including '+' and country code in the [E.164](https://en.wikipedia.org/wiki/E.164) format. If passed in a different format, we convert and validate the phone number against E.164. ",
"type": "string"
},
"reference": {
"description": "A reference to recognize the store by. Also known as the store code.\n Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_)",
"type": "string"
},
"shopperStatement": {
"description": "The store name shown on the shopper's bank or credit card statement and on the shopper receipt.",
"type": "string"
},
"splitConfiguration": {
"description": "Rules for Adyen for Platforms merchants to split the transaction amount and fees.",
"$ref": "#/components/schemas/StoreSplitConfiguration"
},
"status": {
"description": "The status of the store. Possible values are:\n\n- **active**. This value is assigned automatically when a store is created. \n- **inactive**. The terminals under the store are blocked from accepting new transactions, but capturing outstanding transactions is still possible.\n- **closed**. This status is irreversible. The terminals under the store are reassigned to the merchant inventory.",
"enum": [
"active",
"closed",
"inactive"
],
"type": "string"
}
},
"type": "object"
}
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-store"
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.