GET
/v1/application_fees/{id}Retrieve an application fee
Retrieves the details of an application fee collected by your account. Use id to identify the fee and expand to include additional response fields when needed.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
idstringrequired
The unique identifier of the application fee to retrieve. Maximum 5000 characters.
expandarray<string>optional
Specifies response fields to expand; each value can be up to 5000 characters.
200Returns the application fee with its account, amount, refund totals, currency, charge, balance transaction, refund status, and refund list.
accountstringrequired
ID of the Stripe account this fee was taken from.
amountintegerrequired
Amount earned, in cents (or local equivalent).
amount_refundedintegerrequired
Amount in cents (or local equivalent) refunded (can be less than the amount attribute on the fee if a partial refund was issued)
applicationstringrequired
ID of the Connect application that earned the fee.
balance_transactionstringoptional
Balance transaction that describes the impact of this collected application fee on your account balance (not including refunds).
chargestringrequired
ID of the charge that the application fee was taken from.
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).
fee_sourceobjectoptional
Polymorphic source of the application fee. Includes the ID of the object the application fee was created from.
idstringrequired
Unique identifier for the object.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
originating_transactionstringoptional
ID of the corresponding charge on the platform account, if this fee was the result of a charge using the `destination` parameter.
refundedbooleanrequired
Whether the fee has been fully refunded. If the fee is only partially refunded, this attribute will still be false.
refundsobjectrequired
A list of refunds that have been applied to the fee.
defaultError response.
errorobjectrequired
Error handling
id must identify the application fee and cannot exceed 5000 characters. Each expand value must be a string of no more than 5000 characters.