Adyen · Schema

UnSuspendAccountHolderRequest

UnSuspendAccountHolderRequest schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

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