{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Capabilities API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Capabilities", "type": "folder" }, "items": [ { "info": { "name": "Stripe List Capabilities", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/accounts/:account/capabilities", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.
" } ] } ], "bundled": true }