Adyen · Schema

AccountHolderBalanceRequest

AccountHolderBalanceRequest schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
accountHolderCode string The code of the Account Holder of which to retrieve the balance.
View JSON Schema on GitHub

JSON Schema

funds-account-holder-balance-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/funds-account-holder-balance-request-schema.json",
  "title": "AccountHolderBalanceRequest",
  "description": "AccountHolderBalanceRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "accountHolderCode": {
      "description": "The code of the Account Holder of which to retrieve the balance.",
      "type": "string"
    }
  },
  "required": [
    "accountHolderCode"
  ]
}