{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Connections API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "Stripe Get Financial Connections Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/financial_connections/accounts", "params": [ { "name": "account_holder", "value": "", "type": "query", "description": "If present, only return accounts that belong to the specified account holder. `account_holder[customer]` and `account_holder[account]` are mutually exclusive." }, { "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": "session", "value": "", "type": "query", "description": "If present, only return accounts that were collected as part of the given session." }, { "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": "

Returns a list of Financial Connections Account objects.

" }, { "info": { "name": "Stripe Get Financial Connections Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/financial_connections/accounts/:account", "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": "

Retrieves the details of an Financial Connections Account.

" }, { "info": { "name": "Stripe Post Financial Connections Accounts Disconnect", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/financial_connections/accounts/:account/disconnect", "params": [ { "name": "account", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Disables your access to a Financial Connections Account. You will no longer be able to access data associated with the account (e.g. balances, transactions).

" }, { "info": { "name": "Stripe Get Financial Connections Accounts Owners", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/financial_connections/accounts/:account/owners", "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": "ownership", "value": "", "type": "query", "description": "The ID of the ownership object to fetch owners from." }, { "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": "

Lists all owners for a given Account

" }, { "info": { "name": "Stripe Post Financial Connections Accounts Refresh", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/financial_connections/accounts/:account/refresh", "params": [ { "name": "account", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Refreshes the data associated with a Financial Connections Account.

" }, { "info": { "name": "Stripe Post Financial Connections Accounts Subscribe", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/financial_connections/accounts/:account/subscribe", "params": [ { "name": "account", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Subscribes to periodic refreshes of data associated with a Financial Connections Account.

" }, { "info": { "name": "Stripe Post Financial Connections Accounts Unsubscribe", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/financial_connections/accounts/:account/unsubscribe", "params": [ { "name": "account", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Unsubscribes from periodic refreshes of data associated with a Financial Connections Account.

" }, { "info": { "name": "Stripe Post Financial Connections Sessions", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/financial_connections/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": "Stripe Get Financial Connections Sessions Session", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/financial_connections/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

" }, { "info": { "name": "Stripe Get Financial Connections Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/financial_connections/transactions", "params": [ { "name": "account", "value": "", "type": "query", "description": "The ID of the Stripe account whose transactions will be retrieved." }, { "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": "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." }, { "name": "transacted_at", "value": "", "type": "query", "description": "A filter on the list based on the object `transacted_at` field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:" }, { "name": "transaction_refresh", "value": "", "type": "query", "description": "A filter on the list based on the object `transaction_refresh` field. The value can be a dictionary with the following options:" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Returns a list of Financial Connections Transaction objects.

" }, { "info": { "name": "Stripe Get Financial Connections Transactions Transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/financial_connections/transactions/:transaction", "params": [ { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "transaction", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Retrieves the details of a Financial Connections Transaction

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