Unique identifier for the object.
String representing the object's type. Objects of the same type share the same value.
The transaction amount, which will be reflected in your balance. This amount is in your currency and in the smallest currency unit.
Detailed breakdown of amount components. These amounts are denominated in currency and in the smallest currency unit.
The Authorization object that led to this transaction.
ID of the balance transaction associated with this transaction.
The card used to make this transaction.
The cardholder to whom this transaction belongs.
Time at which the object was created. Measured in seconds since the Unix epoch.
Three-letter ISO currency code, in lowercase. Must be a supported currency.
If you've disputed the transaction, the ID of the dispute.
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
The amount that the merchant will receive, denominated in merchant_currency and in the smallest currency unit. It will be different from amount if the merchant is taking payment in a different currency.
The currency with which the merchant is taking payment.
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.
Details about the transaction, such as processing dates, set by the card network.
Optionalpurchase_Additional purchase information that is optionally provided by the merchant.
OptionaltokenToken object used for this transaction. If a network token was not used for this transaction, this field will be null.
OptionaltreasuryTreasury details related to this transaction if it was created on a [FinancialAccount](/docs/api/treasury/financial_accounts
The nature of the transaction.
The digital wallet used for this transaction. One of apple_pay, google_pay, or samsung_pay.
Any use of an issued card that results in funds entering or leaving your Stripe account, such as a completed purchase or refund, is represented by an Issuing
Transactionobject.Related guide: Issued card transactions