Attributes
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- debit_
negative_ balancesnullable boolean A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account. See Understanding Connect account balances for details. The default value is
falsewhen controller.requirement_collection isapplication, which includes Custom accounts, otherwisetrue. - payoutsnullable object
Settings specific to the account’s payouts.
- payouts.
schedulenullable object Details on when funds from charges are available, and when they are paid out to an external account. See our Setting Bank and Debit Card Payouts documentation for details.
- payouts.
schedule. intervalnullable enum How frequently funds will be paid out. One of
manual(payouts only created via API call),daily,weekly, ormonthly.Possible enum valuesdailyStripe automatically sends money to your bank account daily
manualYou manually send funds to your bank account
monthlyStripe automatically sends money to your bank account monthly
weeklyStripe automatically sends money to your bank account weekly
- payouts.
schedule. monthly_ anchornullable integer The day of the month funds will be paid out. Only shown if
intervalis monthly. Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter months. - payouts.
schedule. weekly_ anchornullable enum The day of the week funds will be paid out, of the style ‘monday’, ‘tuesday’, etc. Only shown if
intervalis weekly.Possible enum valuesfridayAvailable funds are paid out on Friday
mondayAvailable funds are paid out on Monday
thursdayAvailable funds are paid out on Thursday
tuesdayAvailable funds are paid out on Tuesday
wednesdayAvailable funds are paid out on Wednesday
- payouts.
statement_ descriptornullable string The text that appears on the bank account statement for payouts. If not set, this defaults to the platform’s bank descriptor as set in the Dashboard.
- payouts.
statusenum Whether the funds in this account can be paid out.
Possible enum valuesdisabledFunds in this account cannot be paid out.
enabledFunds in this account can be paid out.
- settlement_
timingobject Settings related to the account’s balance settlement timing. See Balances and settlement time to learn more.
- settlement_timing.
delay_ daysinteger The number of days charge funds are held before becoming available.
{ "object": "balance_settings", "debit_negative_balances": true, "payouts": { "schedule": { "interval": "daily" }, "statement_descriptor": null, "status": "enabled" }, "settlement_timing": { "delay_days": 2 }}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc