objectissuing.transaction
Any use of an [issued card](https://stripe.com/docs/issuing) that results in funds entering or leaving your Stripe account, such as a completed purchase or refund, is represented by an Issuing `Transaction` object. Related guide: [Issued Card Transactions](https://stripe.com/docs/issuing/purchases/transactions).
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
IssuingTransaction
objectAny use of an [issued card](https://stripe.com/docs/issuing) that results in funds entering or leaving your Stripe account, such as a completed purchase or refund, is represented by an Issuing `Transaction` object. Related guide: [Issued Card Transactions](https://stripe.com/docs/issuing/purchases/transactions).
The transaction amount, which will be reflected in your balance. This amount is in your currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).
Detailed breakdown of amount components. These amounts are denominated in `currency` and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).
The `Authorization` object that led to this transaction.
ID of the [balance transaction](https://stripe.com/docs/api/balance_transactions) 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](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
If you've disputed the transaction, the ID of the dispute.
Unique identifier for the object.
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](https://stripe.com/docs/currencies#zero-decimal). 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](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
String representing the object's type. Objects of the same type share the same value.
Additional purchase information that is optionally provided by the merchant.
The nature of the transaction.
The digital wallet used for this transaction. One of `apple_pay`, `google_pay`, or `samsung_pay`.