Skip to main content
Schema2020-08-27object

issuing.settlement

When a non-stripe BIN is used, any use of an [issued card](https://stripe.com/docs/issuing) must be settled directly with the card network. The net amount owed is represented by an Issuing `Settlement` object.

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

IssuingSettlement

object

When a non-stripe BIN is used, any use of an [issued card](https://stripe.com/docs/issuing) must be settled directly with the card network. The net amount owed is represented by an Issuing `Settlement` object.

bin string
required

The Bank Identification Number reflecting this settlement record.

clearing_date integer
required

The date that the transactions are cleared and posted to user's accounts.

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.

interchange_fees integer
required

The total interchange received as reimbursement for the transactions.

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.

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.

net_total integer
required

The total net amount required to settle with the network.

network string
required

The card network for this settlement report. One of ["visa"]

network_fees integer
required

The total amount of fees owed to the network.

network_settlement_identifier string
required

The Settlement Identification Number assigned by the network.

object string
required

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

settlement_service string
required

One of `international` or `uk_national_net`.

transaction_count integer
required

The total number of transactions reflected in this settlement.

transaction_volume integer
required

The total transaction amount reflected in this settlement.