Adyen · Schema

CloseAccountHolderRequest

PaymentsFinancial ServicesFintech

Properties

Name Type Description
accountHolderCode string The code of the Account Holder to be closed.
View JSON Schema on GitHub

JSON Schema

adyen-closeaccountholderrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CloseAccountHolderRequest",
  "title": "CloseAccountHolderRequest",
  "properties": {
    "accountHolderCode": {
      "description": "The code of the Account Holder to be closed.",
      "type": "string"
    }
  },
  "required": [
    "accountHolderCode"
  ],
  "type": "object"
}