Skip to main content
Schema2020-08-27object

application_fee

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

PlatformFee

object
account
required

ID of the Stripe account this fee was taken from.

amount integer
required

Amount earned, in %s.

amount_refunded integer
required

Amount in %s refunded (can be less than the amount attribute on the fee if a partial refund was issued)

application
required

ID of the Connect application that earned the fee.

balance_transaction
optionalnullable

Balance transaction that describes the impact of this collected application fee on your account balance (not including refunds).

charge
required

ID of the charge that the application fee was taken from.

created integer (unix-time)
required

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

currency string
required

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).

id string
required

Unique identifier for the object.

livemode boolean
required

Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.

object string
required

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

originating_transaction
optionalnullable

ID of the corresponding charge on the platform account, if this fee was the result of a charge using the `destination` parameter.

refunded boolean
required

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

refunds FeeRefundList object
required

A list of refunds that have been applied to the fee.