# The Balance Setting object

#### Default

#### Default

### The Balance Setting object

```json
{
  "object": "balance_settings",
  "payments": {
    "debit_negative_balances": true,
    "payouts": {
      "schedule": {
        "interval": "daily"
      },
      "statement_descriptor": null,
      "status": "enabled"
    },
    "settlement_timing": {
      "delay_days": 2
    }
  }
}
```

## Attributes

- `object` (string)
  String representing the object’s type. Objects of the same type share the same value.

- [`payments`](https://docs.stripe.com/api/balance-settings/object.md?query=payments) (object)
  Settings that apply to the [Payments Balance](https://docs.stripe.com/api/balance.md).
