Adyen · Schema

Merchant

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
_links object References to resources connected with this merchant.
captureDelay string The [capture delay](https://docs.adyen.com/online-payments/capture#capture-delay) set for the merchant account. Possible values: * **Immediate** * **Manual** * Number of days from **1** to **29**
companyId string The unique identifier of the company account this merchant belongs to
dataCenters array List of available data centers. Adyen has several data centers around the world.In the URL that you use for making API requests, we recommend you use the live URL prefix from the data center closest t
defaultShopperInteraction string The default [`shopperInteraction`](https://docs.adyen.com/api-explorer/#/CheckoutService/v68/post/payments__reqParam_shopperInteraction) value used when processing payments through this merchant accou
description string Your description for the merchant account, maximum 300 characters
id string The unique identifier of the merchant account.
merchantCity string The city where the legal entity of this merchant account is registered.
name string The name of the legal entity associated with the merchant account.
pricingPlan string Only applies to merchant accounts managed by Adyen's partners. The name of the pricing plan assigned to the merchant account.
primarySettlementCurrency string The currency of the country where the legal entity of this merchant account is registered. Format: [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). For example, a lega
reference string Reference of the merchant account.
shopWebAddress string The URL for the ecommerce website used with this merchant account.
status string The status of the merchant account. Possible values: * **PreActive**: The merchant account has been created. Users cannot access the merchant account in the Customer Area. The account cannot process p
View JSON Schema on GitHub

JSON Schema

adyen-merchant-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Merchant",
  "title": "Merchant",
  "properties": {
    "_links": {
      "description": "References to resources connected with this merchant.",
      "$ref": "#/components/schemas/MerchantLinks"
    },
    "captureDelay": {
      "description": "The [capture delay](https://docs.adyen.com/online-payments/capture#capture-delay) set for the merchant account.\n\nPossible values:\n* **Immediate**\n* **Manual**\n* Number of days from **1** to **29**",
      "type": "string"
    },
    "companyId": {
      "description": "The unique identifier of the company account this merchant belongs to",
      "type": "string"
    },
    "dataCenters": {
      "description": "List of available data centers.\n\nAdyen has several data centers around the world.In the URL that you use for making API requests, we recommend you use the live URL prefix from the data center closest to your shoppers.",
      "items": {
        "$ref": "#/components/schemas/DataCenter"
      },
      "type": "array"
    },
    "defaultShopperInteraction": {
      "description": "The default [`shopperInteraction`](https://docs.adyen.com/api-explorer/#/CheckoutService/v68/post/payments__reqParam_shopperInteraction) value used when processing payments through this merchant account.",
      "type": "string"
    },
    "description": {
      "description": "Your description for the merchant account, maximum 300 characters",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the merchant account.",
      "type": "string"
    },
    "merchantCity": {
      "description": "The city where the legal entity of this merchant account is registered.",
      "type": "string"
    },
    "name": {
      "description": "The name of the legal entity associated with the merchant account.",
      "type": "string"
    },
    "pricingPlan": {
      "description": "Only applies to merchant accounts managed by Adyen's partners. The name of the pricing plan assigned to the merchant account.",
      "type": "string"
    },
    "primarySettlementCurrency": {
      "description": "The currency of the country where the legal entity of this merchant account is registered. Format: [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). For example, a legal entity based in the United States has USD as the primary settlement currency.",
      "type": "string"
    },
    "reference": {
      "description": "Reference of the merchant account.",
      "type": "string"
    },
    "shopWebAddress": {
      "description": "The URL for the ecommerce website used with this merchant account.",
      "type": "string"
    },
    "status": {
      "description": "The status of the merchant account.\n\nPossible values:\n\n* **PreActive**: The merchant account has been created. Users cannot access the merchant account in the Customer Area. The account cannot process payments.\n* **Active**: Users can access the merchant account in the Customer Area. If the company account is also **Active**, then payment processing and payouts are enabled.\n* **InactiveWithModifications**: Users can access the merchant account in the Customer Area. You cannot process new payments but you can still modify payments, for example issue refunds. You can still receive payouts.\n* **Inactive**: Users can access the merchant account in the Customer Area. Payment processing and payouts are disabled.\n* **Closed**: The account is closed and this cannot be reversed. Users cannot log in. Payment processing and payouts are disabled.",
      "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adyen-merchant"
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.