{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account External API", "version": "2023-10-16" }, "items": [ { "info": { "name": "External", "type": "folder" }, "items": [ { "info": { "name": "Stripe List External Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/accounts/:account/external_accounts", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "ending_before", "value": "", "type": "query", "description": "A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list." }, { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10." }, { "name": "object", "value": "", "type": "query", "description": "Filter external accounts according to a particular object type." }, { "name": "starting_after", "value": "", "type": "query", "description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

List external accounts for an account.

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

Create an external account for a given account.

" }, { "info": { "name": "Stripe Retrieve External Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/accounts/:account/external_accounts/:id", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Retrieve a specified external account for a given account.

" }, { "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 Delete External Account", "type": "http" }, "http": { "method": "DELETE", "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": "

Delete a specified external account for a given account.

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