Adyen · Schema

MerchantLinks

MerchantLinks schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
apiCredentials object
self object Link to the resource itself.
users object
webhooks object
View JSON Schema on GitHub

JSON Schema

management-merchant-links-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-merchant-links-schema.json",
  "title": "MerchantLinks",
  "description": "MerchantLinks schema from Adyen API",
  "type": "object",
  "properties": {
    "apiCredentials": {
      "$ref": "#/components/schemas/LinksElement"
    },
    "self": {
      "description": "Link to the resource itself.",
      "$ref": "#/components/schemas/LinksElement"
    },
    "users": {
      "$ref": "#/components/schemas/LinksElement"
    },
    "webhooks": {
      "$ref": "#/components/schemas/LinksElement"
    }
  },
  "required": [
    "self"
  ]
}