{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Settlement API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Settlement", "type": "folder" }, "items": [ { "info": { "name": "Stripe Get Issuing Settlements Settlement", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/issuing/settlements/:settlement", "params": [ { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "settlement", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Retrieves an Issuing Settlement object.

" }, { "info": { "name": "Stripe Post Issuing Settlements Settlement", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/issuing/settlements/:settlement", "params": [ { "name": "settlement", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Updates the specified Issuing Settlement object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

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