{ "$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" }