{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Link Account Sessions API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Link Account Sessions", "type": "folder" }, "items": [ { "info": { "name": "PostLinkAccountSessions", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/link_account_sessions", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

To launch the Financial Connections authorization flow, create a Session. The session’s client_secret can be used to launch the flow using Stripe.js.

" }, { "info": { "name": "GetLinkAccountSessionsSession", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/link_account_sessions/:session", "params": [ { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "session", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Retrieves the details of a Financial Connections Session

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