GET
/v1/application_fees/{fee}/refunds/{id}Retrieve an application fee refund
Retrieves a specific refund for an application fee. Use fee and id to identify the parent application fee and refund, and use expand to include additional response fields.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
feestringrequired
The unique identifier of the application fee containing the refund. Maximum 5,000 characters.
idstringrequired
The unique identifier of the application fee refund to retrieve. Maximum 5,000 characters.
expandarray<string>optional
Fields to expand in the response.
200Returns the application fee refund with its amount, currency, creation time, parent fee identifier, refund identifier, and object type `fee_refund`.
amountintegerrequired
Amount, in cents (or local equivalent).
balance_transactionstringoptional
Balance transaction that describes the impact on your account balance.
createdintegerrequired
Time at which the object was created. Measured in seconds since the Unix epoch.
currencystringrequired
Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
feestringrequired
ID of the application fee that was refunded.
idstringrequired
Unique identifier for the object.
metadataobjectoptional
Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
defaultError response.
errorobjectrequired
Error handling
fee and id must each be no longer than 5,000 characters and must identify the application fee and its refund. expand values must be field names no longer than 5,000 characters.