Sample - Stripe API
POST/v1/balance_settings

Update balance settings

Updates balance settings for a given connected account. Related guide: Making API calls for connected accounts

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.
  • IdempotentThe SDK sends Idempotency-Key, so a retried request is only applied once.

2 body fields
expandarray<string>optional
Specifies which fields in the response should be expanded.
paymentsobjectoptional
Settings that apply to the [Payments Balance](https://docs.stripe.com/api/balance).

2 status codes
200Successful response.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
Allowed:balance_settings
paymentsobjectrequired
defaultError response.
errorobjectrequired

Error handling

Any other status is an error: Error response.