{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Configuration API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Stripe Get Billing Portal Configurations Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/billing_portal/configurations/:configuration", "params": [ { "name": "configuration", "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 a configuration that describes the functionality of the customer portal.
" }, { "info": { "name": "Stripe Post Billing Portal Configurations Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/billing_portal/configurations/:configuration", "params": [ { "name": "configuration", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates a configuration that describes the functionality of the customer portal.
" } ] } ], "bundled": true }