v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Retrieve an application fee

Retrieves the details of an application fee that your account has collected. The same information is returned when refunding the application fee.

get/v1/application_fees/{id}

Path parameters

idstring required

Query parameters

expandstring[]

Specifies which fields in the response should be expanded.

Response

Successful response.

amountinteger required

Amount earned, in cents (or local equivalent).

amount_refundedinteger required

Amount in cents (or local equivalent) refunded (can be less than the amount attribute on the fee if a partial refund was issued)

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

currencystring currency required

Three-letter ISO currency code, in lowercase. Must be a supported currency.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

object'application_fee' required

String representing the object's type. Objects of the same type share the same value.

refundedboolean required

Whether the fee has been fully refunded. If the fee is only partially refunded, this attribute will still be false.