provider POST /v1/accounts/{account}/capabilities/{capability}
@utdk/stripe /v1/accounts/{account}/capabilities/{capability}
Update an Account Capability
<p>Updates an existing Account Capability. Request or remove a capability by updating its <code>requested</code> parameter.</p>
account path required
string
capability path required
string

Try it

Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

postaccountsaccountcapabilitiescapability
POST/v1/accounts/{account}/capabilities/{capability}
<p>Updates an existing Account Capability. Request or remove a capability by updating its <code>requested</code> parameter.</p>

Parameters

required
required

Input

Specifies which fields in the response should be expanded.

To request a new capability for an account, pass true. There can be a delay before the requested capability becomes active. If the capability has any activation requirements, the response includes them in the `requirements` arrays. If a capability isn't permanent, you can remove it from the account by passing false. Some capabilities are permanent after they've been requested. Attempting to remove a permanent capability returns an error.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.postaccountsaccountcapabilitiescapability()