Adyen · Schema

SuspendAccountHolderRequest

SuspendAccountHolderRequest schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
accountHolderCode string The code of the account holder to be suspended.
View JSON Schema on GitHub

JSON Schema

accounts-suspend-account-holder-request-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/accounts-suspend-account-holder-request-schema.json",
  "title": "SuspendAccountHolderRequest",
  "description": "SuspendAccountHolderRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "accountHolderCode": {
      "description": "The code of the account holder to be suspended.",
      "type": "string"
    }
  },
  "required": [
    "accountHolderCode"
  ]
}