{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Refund API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Refund", "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\n

This request only accepts metadata as an argument.

" }, { "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 Create Application Fee Refund", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/application_fees/:id/refunds", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "amount", "value": "" }, { "name": "expand", "value": "" }, { "name": "metadata", "value": "" } ] } }, "docs": "

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\n

You can optionally refund only part of an application fee.\nYou can do so multiple times, until the entire fee has been refunded.

\n\n

Once 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 }