Adyen · Schema

CloseAccountRequest

PaymentsFinancial ServicesFintech

Properties

Name Type Description
accountCode string The code of account to be closed.
View JSON Schema on GitHub

JSON Schema

adyen-closeaccountrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CloseAccountRequest",
  "title": "CloseAccountRequest",
  "properties": {
    "accountCode": {
      "description": "The code of account to be closed.",
      "type": "string"
    }
  },
  "required": [
    "accountCode"
  ],
  "type": "object"
}