post/v1/application_fees/{id}/refund
Path parameters
idstring required
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.