Sample - Stripe API
GET/v1/balance_settings

Retrieve balance settings

Retrieves balance settings for a connected account. Use expand when you need additional response fields included in the returned settings.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
expandarray<string>optional
Fields to expand in the response; each value must be no longer than 5000 characters.

2 status codes
200Returns the balance settings object, including its object type and payment balance configuration.
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

Each expand value must be a string no longer than 5000 characters. The request body defines no additional fields.