Skip to main content
Schema2020-08-27object

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

object

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

amount integer
required

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

amount_details
optionalnullable

Detailed breakdown of amount components. These amounts are denominated in `currency` and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).

authorization
optionalnullable

The `Authorization` object that led to this transaction.

balance_transaction
optionalnullable

ID of the [balance transaction](https://stripe.com/docs/api/balance_transactions) associated with this transaction.

card
required

The card used to make this transaction.

cardholder
optionalnullable

The cardholder to whom this transaction belongs.

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

dispute
optionalnullable

If you've disputed the transaction, the ID of the dispute.

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.

merchant_amount integer
required

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.

merchant_currency string
required

The currency with which the merchant is taking payment.

metadata object
required

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.

object string
required

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

purchase_details
optionalnullable

Additional purchase information that is optionally provided by the merchant.

type string
required

The nature of the transaction.

wallet string
optionalnullable

The digital wallet used for this transaction. One of `apple_pay`, `google_pay`, or `samsung_pay`.