{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Capability API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Capability", "type": "folder" }, "items": [ { "info": { "name": "Stripe Retrieve Capability", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/accounts/:account/capabilities/:capability", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "capability", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Retrieves information about the specified Account Capability.
" }, { "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.