{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Update API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Update", "type": "folder" }, "items": [ { "info": { "name": "Stripe Update Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/accounts/:account", "params": [ { "name": "account", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Updates a connected account by setting the values of the parameters passed. Any parameters not provided are\nleft unchanged.

\n\n

For Custom accounts, you can update any information on the account. For other accounts, you can update all information until that\naccount has started to go through Connect Onboarding. Once you create an Account Link\nfor a Standard or Express account, some parameters can no longer be change" }, { "info": { "name": "Stripe Update Bank Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/accounts/:account/bank_accounts/:id", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Updates the metadata, account holder name, account holder type of a bank account belonging to a Custom account, and optionally sets it as the default for its currency. Other bank account details are not editable by design.

\n\n

You can re-enable a disabled bank account by performing an update call without providing any arguments or changes.

" }, { "info": { "name": "Stripe Update Capability", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/accounts/:account/capabilities/:capability", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "capability", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Updates an existing Account Capability. Request or remove a capability by updating its requested parameter.

" }, { "info": { "name": "Stripe Update External Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/accounts/:account/external_accounts/:id", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Updates the metadata, account holder name, account holder type of a bank account belonging to a Custom account, and optionally sets it as the default for its currency. Other bank account details are not editable by design.

\n\n

You can re-enable a disabled bank account by performing an update call without providing any arguments or changes.

" }, { "info": { "name": "Stripe Update Person", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/accounts/:account/people/:person", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "person", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Updates an existing person.

" }, { "info": { "name": "Stripe Update Person", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/accounts/:account/persons/:person", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "person", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Updates an existing person.

" }, { "info": { "name": "Stripe Update Application Fee Refund", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/application_fees/:fee/refunds/:id", "params": [ { "name": "fee", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "expand", "value": "" }, { "name": "metadata", "value": "" } ] } }, "docs": "

Updates the specified application fee refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

\n\n

This request only accepts metadata as an argument.

" } ] } ], "bundled": true }