Attributes
- idstring
Unique identifier for the object.
- amountinteger
Amount, in cents.
- currencyenum
Three-letter ISO currency code, in lowercase. Must be a supported currency.
- feestringExpandable
ID of the application fee that was refunded.
- metadatanullable object
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
More attributes
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- balance_
transactionnullable stringExpandable Balance transaction that describes the impact on your account balance.
- createdtimestamp
Time at which the object was created. Measured in seconds since the Unix epoch.
The Application Fee Refund object
{ "id": "fr_1MtJRpKbnvuxQXGuM6Ww0D24", "object": "fee_refund", "amount": 100, "balance_transaction": null, "created": 1680651573, "currency": "usd", "fee": "fee_1B73DOKbnvuxQXGuhY8Aw0TN", "metadata": {}}