Skip to main content
Schema2020-08-27object

capability

This is an object representing a capability for a Stripe account. Related guide: [Account capabilities](https://stripe.com/docs/connect/account-capabilities).

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

AccountCapability

object

This is an object representing a capability for a Stripe account. Related guide: [Account capabilities](https://stripe.com/docs/connect/account-capabilities).

account
required

The account for which the capability enables functionality.

id string
required

The identifier for the capability.

object string
required

String representing the object's type. Objects of the same type share the same value.

requested boolean
required

Whether the capability has been requested.

requested_at integer (unix-time)
optionalnullable

Time at which the capability was requested. Measured in seconds since the Unix epoch.

status string
required

The status of the capability. Can be `active`, `inactive`, `pending`, or `unrequested`.