Adyen · Schema

UpdatePayoutSettingsRequest

PaymentsFinancial ServicesFintech

Properties

Name Type Description
enabled boolean Indicates if payouts to this bank account are enabled. Default: **true**. To receive payouts into this bank account, both `enabled` and `allowed` must be **true**.
View JSON Schema on GitHub

JSON Schema

adyen-updatepayoutsettingsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdatePayoutSettingsRequest",
  "title": "UpdatePayoutSettingsRequest",
  "properties": {
    "enabled": {
      "description": "Indicates if payouts to this bank account are enabled. Default: **true**.\n\nTo receive payouts into this bank account, both `enabled` and `allowed` must be **true**.",
      "type": "boolean"
    }
  },
  "type": "object"
}