{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Fee API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Fee", "type": "folder" }, "items": [ { "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 Update Application Fee Refund", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/application_fees/:fee/refunds/:id", "params": [ { "name": "fee", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "expand", "value": "" }, { "name": "metadata", "value": "" } ] } }, "docs": "Updates the specified application fee refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
\n\nThis request only accepts metadata as an argument.
" }, { "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.
" }, { "info": { "name": "Stripe Refund Application Fee", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/application_fees/:id/refund", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "amount", "value": "" }, { "name": "directive", "value": "" }, { "name": "expand", "value": "" } ] } }, "docs": "Stripe Refund Application Fee" }, { "info": { "name": "Stripe List Application Fee Refunds", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/application_fees/:id/refunds", "params": [ { "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": "id", "value": "", "type": "path" }, { "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." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "You can see a list of the refunds belonging to a specific application fee. Note that the 10 most recent refunds are always available by default on the application fee object. If you need more than those 10, you can use this API method and the limit and starting_after parameters to page through additional refunds.
Refunds an application fee that has previously been collected but not yet refunded.\nFunds will be refunded to the Stripe account from which the fee was originally collected.
\n\nYou can optionally refund only part of an application fee.\nYou can do so multiple times, until the entire fee has been refunded.
\n\nOnce entirely refunded, an application fee cant be refunded again.\nThis method will raise an error when called on an already-refunded application fee,\nor when trying to refund mo" } ] } ], "bundled": true }