{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Retrieve API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Retrieve", "type": "folder" }, "items": [ { "info": { "name": "Stripe Retrieve Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/account", "params": [ { "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 account.
" }, { "info": { "name": "Stripe Retrieve Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/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 account.
" }, { "info": { "name": "Stripe Retrieve Bank Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/accounts/:account/bank_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 Retrieve Capability", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/accounts/:account/capabilities/:capability", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "capability", "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 information about the specified Account Capability.
" }, { "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 Retrieve Person", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/accounts/:account/people/:person", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "person", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Retrieves an existing person.
" }, { "info": { "name": "Stripe Retrieve Person", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/accounts/:account/persons/:person", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "person", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Retrieves an existing person.
" }, { "info": { "name": "Stripe Retrieve Apple Pay Domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/apple_pay/domains/:domain", "params": [ { "name": "domain", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Retrieve an apple pay domain.
" }, { "info": { "name": "Stripe Retrieve Application Fee Refund", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/application_fees/:fee/refunds/:id", "params": [ { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "fee", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "By default, you can see the 10 most recent refunds stored directly on the application fee object, but you can also retrieve details about a specific refund stored on the application fee.
" }, { "info": { "name": "Stripe Retrieve Application Fee", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/application_fees/:id", "params": [ { "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": "Retrieves the details of an application fee that your account has collected. The same information is returned when refunding the application fee.
" } ] } ], "bundled": true }