Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Payout reconciliation report type


Payout reconciliation report type

Review the Payout reconciliation report schema and parameters.

The Payout reconciliation report returns data related to the payouts your receive in your bank account to help you match them to the transactions they relate to. Run this report to use the returned data in your API calls. You can also download the CSV from the Payment fees report in the Dashboard.

The following tables define the required and optional parameters to run the report, as well as the schema of the CSV output.

Report typeRequired run parametersOptional run parameters
ending_balance_reconciliation.itemized.1 Columnsinterval_endcurrency reporting_category columns
ending_balance_reconciliation.itemized.2 Columnsinterval_endcurrency reporting_category columns
ending_balance_reconciliation.itemized.3 Columnsinterval_endcurrency reporting_category timezone decimal_separator columns
ending_balance_reconciliation.itemized.4 Columnsinterval_endcurrency reporting_category timezone decimal_separator columns
failed_payouts.itemized.1 Columnsinterval_start interval_endcurrency reporting_category decimal_separator columns
failed_payouts.itemized.2 Columnsinterval_start interval_endtimezone currency reporting_category decimal_separator columns
failed_payouts.summary.1 Columnsinterval_start interval_endcurrency timezone columns
payout_reconciliation.itemized.5 Columnsinterval_start interval_endtimezone currency reporting_category decimal_separator columns
payout_reconciliation.by_id.itemized.1 Columnspayoutreporting_category decimal_separator columns
payout_reconciliation.by_id.itemized.2 Columnspayoutreporting_category decimal_separator columns
payout_reconciliation.by_id.itemized.3 Columnspayoutreporting_category decimal_separator columns
payout_reconciliation.by_id.itemized.4 Columnspayoutreporting_category timezone decimal_separator columns
payout_reconciliation.by_id.summary.1 Columnspayoutcolumns
ending_balance_reconciliation.summary.1 Columnsinterval_endcurrency timezone columns
payout_reconciliation.itemized.1 Columnsinterval_start interval_endcurrency reporting_category decimal_separator columns
payout_reconciliation.itemized.2 Columnsinterval_start interval_endcurrency reporting_category decimal_separator columns
payout_reconciliation.itemized.3 Columnsinterval_start interval_endcurrency reporting_category decimal_separator columns
payout_reconciliation.itemized.4 Columnsinterval_start interval_endtimezone currency reporting_category decimal_separator columns
payout_reconciliation.summary.1 Columnsinterval_start interval_endcurrency timezone columns
payout_reconciliation.itemized.6 Columnsinterval_start interval_endcurrency reporting_category decimal_separator columns
payout_reconciliation.itemized.7 Columnsinterval_start interval_endtimezone currency reporting_category decimal_separator columns
payout_reconciliation.summary.2 Columnsinterval_start interval_endcurrency timezone columns

Itemized ending balance reconciliation

API report type: ending_balance_reconciliation.itemized.1

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.

Itemized ending balance reconciliation

API report type: ending_balance_reconciliation.itemized.2

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
balance_typeThe type of balance this transaction belongs to (for example, payments, issuing, corporate_card).
card_address_cityCity of the card address associated with this charge, if any
card_address_countryCountry of the card address associated with this charge, if any
card_address_line1First line of the card address associated with this charge, if any
card_address_line2Second line of the card address associated with this charge, if any
card_address_postal_codePostal code of the card address associated with this charge, if any
card_address_stateState of the card address associated with this charge, if any
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_direct_charge_id(Beta) For Stripe Connect activity related to a connected account, charge id of the direct charge that happened on connected account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_address_cityCity of the customer address associated with this charge, if any
customer_address_countryCountry of the customer address associated with this charge, if any
customer_address_line1First line of the customer address associated with this charge, if any
customer_address_line2Second line of the customer address associated with this charge, if any
customer_address_postal_codePostal code of the customer address associated with this charge, if any
customer_address_stateState of the customer address associated with this charge, if any
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
customer_shipping_address_cityCity of the customer shipping address associated with this charge, if any
customer_shipping_address_countryCountry of the customer shipping address associated with this charge, if any
customer_shipping_address_line1First line of the customer shipping address associated with this charge, if any
customer_shipping_address_line2Second line of the customer shipping address associated with this charge, if any
customer_shipping_address_postal_codePostal code of the customer shipping address associated with this charge, if any
customer_shipping_address_stateState of the customer shipping address associated with this charge, if any
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
dispute_reasonReason given by cardholder for dispute. Read more about dispute reasons.
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
invoice_numberUnique Number for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
payment_method_typeThe type of payment method used in the related payment.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
regulatory_tag​​An identifier reflecting the classification of this transaction according to local regulations, if applicable. Accounts with automatic payouts enabled receive a separate payout for each regulatory tag. ​​This column is only populated for Brazilian accounts.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.

Itemized ending balance reconciliation

API report type: ending_balance_reconciliation.itemized.3

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in the requested timezone, or UTC if not provided. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_effective_at_utcThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_onThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in the requested timezone, or UTC if not provided.
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_createdCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in the requested timezone, or UTC if not provided.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
createdTime at which the balance transaction was created. Dates in the requested timezone, or UTC if not provided.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
fee_net_of_withheld_taxThe Stripe processing fee after removing withheld tax. Calculated as fee minus withheld_tax — represents Stripe’s actual processing charge excluding any tax withheld.
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_method_typeThe type of payment method used in the related payment.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
withheld_taxSales tax, VAT or GST withheld. This amount is already included within the fee column.

Itemized ending balance reconciliation

API report type: ending_balance_reconciliation.itemized.4

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in the requested timezone, or UTC if not provided. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_effective_at_utcThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_onThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in the requested timezone, or UTC if not provided.
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
balance_typeThe type of balance this transaction belongs to (for example, payments, issuing, corporate_card).
card_address_cityCity of the card address associated with this charge, if any
card_address_countryCountry of the card address associated with this charge, if any
card_address_line1First line of the card address associated with this charge, if any
card_address_line2Second line of the card address associated with this charge, if any
card_address_postal_codePostal code of the card address associated with this charge, if any
card_address_stateState of the card address associated with this charge, if any
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_createdCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in the requested timezone, or UTC if not provided.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_direct_charge_idFor Stripe Connect activity related to a connected account, charge id of the direct charge that happened on connected account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
countryTwo-letter ISO code representing the country of the payment.
createdTime at which the balance transaction was created. Dates in the requested timezone, or UTC if not provided.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_address_cityCity of the customer address associated with this charge, if any
customer_address_countryCountry of the customer address associated with this charge, if any
customer_address_line1First line of the customer address associated with this charge, if any
customer_address_line2Second line of the customer address associated with this charge, if any
customer_address_postal_codePostal code of the customer address associated with this charge, if any
customer_address_stateState of the customer address associated with this charge, if any
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
customer_shipping_address_cityCity of the customer shipping address associated with this charge, if any
customer_shipping_address_countryCountry of the customer shipping address associated with this charge, if any
customer_shipping_address_line1First line of the customer shipping address associated with this charge, if any
customer_shipping_address_line2Second line of the customer shipping address associated with this charge, if any
customer_shipping_address_postal_codePostal code of the customer shipping address associated with this charge, if any
customer_shipping_address_stateState of the customer shipping address associated with this charge, if any
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
dispute_reasonReason given by cardholder for dispute. Read more about dispute reasons.
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
fee_net_of_withheld_taxThe Stripe processing fee after removing withheld tax. Calculated as fee minus withheld_tax — represents Stripe’s actual processing charge excluding any tax withheld.
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
invoice_numberUnique Number for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
payment_method_typeThe type of payment method used in the related payment.
product_idsProduct IDs associated with the related balance transaction.
product_namesProduct names associated with the related balance transaction.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
regulatory_tag​​An identifier reflecting the classification of this transaction according to local regulations, if applicable. Accounts with automatic payouts enabled receive a separate payout for each regulatory tag. ​​This column is only populated for Brazilian accounts.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
withheld_taxSales tax, VAT or GST withheld. This amount is already included within the fee column.

Itemized failed payouts

API report type: failed_payouts.itemized.1

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_address_cityCity of the card address associated with this charge, if any
card_address_countryCountry of the card address associated with this charge, if any
card_address_line1First line of the card address associated with this charge, if any
card_address_line2Second line of the card address associated with this charge, if any
card_address_postal_codePostal code of the card address associated with this charge, if any
card_address_stateState of the card address associated with this charge, if any
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_direct_charge_idFor Stripe Connect activity related to a connected account, charge id of the direct charge that happened on connected account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_address_cityCity of the customer address associated with this charge, if any
customer_address_countryCountry of the customer address associated with this charge, if any
customer_address_line1First line of the customer address associated with this charge, if any
customer_address_line2Second line of the customer address associated with this charge, if any
customer_address_postal_codePostal code of the customer address associated with this charge, if any
customer_address_stateState of the customer address associated with this charge, if any
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
customer_shipping_address_cityCity of the customer shipping address associated with this charge, if any
customer_shipping_address_countryCountry of the customer shipping address associated with this charge, if any
customer_shipping_address_line1First line of the customer shipping address associated with this charge, if any
customer_shipping_address_line2Second line of the customer shipping address associated with this charge, if any
customer_shipping_address_postal_codePostal code of the customer shipping address associated with this charge, if any
customer_shipping_address_stateState of the customer shipping address associated with this charge, if any
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
dispute_reasonReason given by cardholder for dispute. Read more about dispute reasons.
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
invoice_numberUnique Number for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
order_idUnique ID for the order associated with this balance transaction.
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
payment_method_typeThe type of payment method used in the related payment.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
regulatory_tag​​An identifier reflecting the classification of this transaction according to local regulations, if applicable. Accounts with automatic payouts enabled receive a separate payout for each regulatory tag. ​​This column is only populated for Brazilian accounts.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
retried_payout_idThe ID of the subsequent payout that retries the transactions from the failed payout.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.

Itemized failed payouts

API report type: failed_payouts.itemized.2

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in the requested time zone, or UTC if not provided. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_effective_at_utcThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_onThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in the requested time zone, or UTC if not provided.
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_address_cityCity of the card address associated with this charge, if any
card_address_countryCountry of the card address associated with this charge, if any
card_address_line1First line of the card address associated with this charge, if any
card_address_line2Second line of the card address associated with this charge, if any
card_address_postal_codePostal code of the card address associated with this charge, if any
card_address_stateState of the card address associated with this charge, if any
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
card_networkCard network, if applicable.
charge_createdCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in the requested time zone, or UTC if not provided.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_direct_charge_idFor Stripe Connect activity related to a connected account, charge id of the direct charge that happened on connected account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
createdTime at which the balance transaction was created. Dates in the requested time zone, or UTC if not provided.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_address_cityCity of the customer address associated with this charge, if any
customer_address_countryCountry of the customer address associated with this charge, if any
customer_address_line1First line of the customer address associated with this charge, if any
customer_address_line2Second line of the customer address associated with this charge, if any
customer_address_postal_codePostal code of the customer address associated with this charge, if any
customer_address_stateState of the customer address associated with this charge, if any
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
customer_shipping_address_cityCity of the customer shipping address associated with this charge, if any
customer_shipping_address_countryCountry of the customer shipping address associated with this charge, if any
customer_shipping_address_line1First line of the customer shipping address associated with this charge, if any
customer_shipping_address_line2Second line of the customer shipping address associated with this charge, if any
customer_shipping_address_postal_codePostal code of the customer shipping address associated with this charge, if any
customer_shipping_address_stateState of the customer shipping address associated with this charge, if any
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
dispute_reasonReason given by cardholder for dispute. Read more about dispute reasons.
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
invoice_numberUnique Number for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
order_idUnique ID for the order associated with this balance transaction.
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
payment_method_typeThe type of payment method used in the related payment.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
regulatory_tag​​An identifier reflecting the classification of this transaction according to local regulations, if applicable. Accounts with automatic payouts enabled receive a separate payout for each regulatory tag. ​​This column is only populated for Brazilian accounts.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
retried_payout_idThe ID of the subsequent payout that retries the transactions from the failed payout.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.

Failed payouts summary

API report type: failed_payouts.summary.1

Column nameDefaultDescription
countThe number of transactions associated with the reporting_category.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
feeSum of the fees paid for the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossSum of the gross amounts of the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
netSum of the net amounts for the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.

Itemized payout reconciliation

API report type: payout_reconciliation.itemized.5

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in the requested time zone, or UTC if not provided. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_effective_at_utcThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_onThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in the requested time zone, or UTC if not provided.
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_address_cityCity of the card address associated with this charge, if any
card_address_countryCountry of the card address associated with this charge, if any
card_address_line1First line of the card address associated with this charge, if any
card_address_line2Second line of the card address associated with this charge, if any
card_address_postal_codePostal code of the card address associated with this charge, if any
card_address_stateState of the card address associated with this charge, if any
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_createdCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in the requested time zone, or UTC if not provided.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_direct_charge_idFor Stripe Connect activity related to a connected account, charge id of the direct charge that happened on connected account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
createdTime at which the balance transaction was created. Dates in the requested time zone, or UTC if not provided.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_address_cityCity of the customer address associated with this charge, if any
customer_address_countryCountry of the customer address associated with this charge, if any
customer_address_line1First line of the customer address associated with this charge, if any
customer_address_line2Second line of the customer address associated with this charge, if any
customer_address_postal_codePostal code of the customer address associated with this charge, if any
customer_address_stateState of the customer address associated with this charge, if any
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
customer_shipping_address_cityCity of the customer shipping address associated with this charge, if any
customer_shipping_address_countryCountry of the customer shipping address associated with this charge, if any
customer_shipping_address_line1First line of the customer shipping address associated with this charge, if any
customer_shipping_address_line2Second line of the customer shipping address associated with this charge, if any
customer_shipping_address_postal_codePostal code of the customer shipping address associated with this charge, if any
customer_shipping_address_stateState of the customer shipping address associated with this charge, if any
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
dispute_reasonReason given by cardholder for dispute. Read more about dispute reasons.
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
invoice_numberUnique Number for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
order_idUnique ID for the order associated with this balance transaction.
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
payment_method_typeThe type of payment method used in the related payment.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
regulatory_tag​​An identifier reflecting the classification of this transaction according to local regulations, if applicable. Accounts with automatic payouts enabled receive a separate payout for each regulatory tag. ​​This column is only populated for Brazilian accounts.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.

Itemized reconciliation for a single payout

API report type: payout_reconciliation.by_id.itemized.1

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
source_idThe Stripe object to which this transaction is related.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.

Itemized reconciliation for a single payout

API report type: payout_reconciliation.by_id.itemized.2

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
source_idThe Stripe object to which this transaction is related.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.

Itemized reconciliation for a single payout

API report type: payout_reconciliation.by_id.itemized.3

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_direct_charge_idFor Stripe Connect activity related to a connected account, charge id of the direct charge that happened on connected account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
dispute_reasonReason given by cardholder for dispute. Read more about dispute reasons.
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_method_typeThe type of payment method used in the related payment.
regulatory_tag​​An identifier reflecting the classification of this transaction according to local regulations, if applicable. Accounts with automatic payouts enabled receive a separate payout for each regulatory tag. ​​This column is only populated for Brazilian accounts.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.

Itemized reconciliation for a single payout

API report type: payout_reconciliation.by_id.itemized.4

Column nameDefaultDescription
acquirer_reference_numberThe Acquirer Reference Number (ARN) for the refund, if available. Only populated for refund rows.
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in the requested timezone, or UTC if not provided. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_effective_at_utcThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_onThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in the requested timezone, or UTC if not provided.
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_createdCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in the requested timezone, or UTC if not provided.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_direct_charge_id(Beta) For Stripe Connect activity related to a connected account, charge id of the direct charge that happened on connected account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
createdTime at which the balance transaction was created. Dates in the requested timezone, or UTC if not provided.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
dispute_reasonReason given by cardholder for dispute. Read more about dispute reasons.
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
payment_method_typeThe type of payment method used in the related payment.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
regulatory_tag​​An identifier reflecting the classification of this transaction according to local regulations, if applicable. Accounts with automatic payouts enabled receive a separate payout for each regulatory tag. ​​This column is only populated for Brazilian accounts.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.

Payouts reconciliation summary for a single payout

API report type: payout_reconciliation.by_id.summary.1

Column nameDefaultDescription
countThe number of transactions associated with the reporting_category.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
feeSum of the fees paid for the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossSum of the gross amounts of the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
netSum of the net amounts for the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.

Ending balance reconciliation summary

API report type: ending_balance_reconciliation.summary.1

Column nameDefaultDescription
countThe number of transactions associated with the reporting_category.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
feeSum of the fees paid for the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossSum of the gross amounts of the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
netSum of the net amounts for the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.

Itemized payout reconciliation

API report type: payout_reconciliation.itemized.1

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
source_idThe Stripe object to which this transaction is related.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.

Itemized payout reconciliation

API report type: payout_reconciliation.itemized.2

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
source_idThe Stripe object to which this transaction is related.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.

Itemized payout reconciliation

API report type: payout_reconciliation.itemized.3

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_address_cityCity of the card address associated with this charge, if any
card_address_countryCountry of the card address associated with this charge, if any
card_address_line1First line of the card address associated with this charge, if any
card_address_line2Second line of the card address associated with this charge, if any
card_address_postal_codePostal code of the card address associated with this charge, if any
card_address_stateState of the card address associated with this charge, if any
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_direct_charge_idFor Stripe Connect activity related to a connected account, charge id of the direct charge that happened on connected account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_address_cityCity of the customer address associated with this charge, if any
customer_address_countryCountry of the customer address associated with this charge, if any
customer_address_line1First line of the customer address associated with this charge, if any
customer_address_line2Second line of the customer address associated with this charge, if any
customer_address_postal_codePostal code of the customer address associated with this charge, if any
customer_address_stateState of the customer address associated with this charge, if any
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
customer_shipping_address_cityCity of the customer shipping address associated with this charge, if any
customer_shipping_address_countryCountry of the customer shipping address associated with this charge, if any
customer_shipping_address_line1First line of the customer shipping address associated with this charge, if any
customer_shipping_address_line2Second line of the customer shipping address associated with this charge, if any
customer_shipping_address_postal_codePostal code of the customer shipping address associated with this charge, if any
customer_shipping_address_stateState of the customer shipping address associated with this charge, if any
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
dispute_reasonReason given by cardholder for dispute. Read more about dispute reasons.
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
invoice_numberUnique Number for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
order_idUnique ID for the order associated with this balance transaction.
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
payment_method_typeThe type of payment method used in the related payment.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
regulatory_tag​​An identifier reflecting the classification of this transaction according to local regulations, if applicable. Accounts with automatic payouts enabled receive a separate payout for each regulatory tag. ​​This column is only populated for Brazilian accounts.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.

Itemized payout reconciliation

API report type: payout_reconciliation.itemized.4

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in the requested timezone, or UTC if not provided. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_effective_at_utcThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_onThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in the requested timezone, or UTC if not provided.
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_createdCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in the requested timezone, or UTC if not provided.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
createdTime at which the balance transaction was created. Dates in the requested timezone, or UTC if not provided.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
payment_method_typeThe type of payment method used in the related payment.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.

Payouts reconciliation summary

API report type: payout_reconciliation.summary.1

Column nameDefaultDescription
countThe number of transactions associated with the reporting_category.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
feeSum of the fees paid for the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossSum of the gross amounts of the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
netSum of the net amounts for the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.

Itemized payout reconciliation

API report type: payout_reconciliation.itemized.6

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_address_cityCity of the card address associated with this charge, if any
card_address_countryCountry of the card address associated with this charge, if any
card_address_line1First line of the card address associated with this charge, if any
card_address_line2Second line of the card address associated with this charge, if any
card_address_postal_codePostal code of the card address associated with this charge, if any
card_address_stateState of the card address associated with this charge, if any
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_direct_charge_idFor Stripe Connect activity related to a connected account, charge id of the direct charge that happened on connected account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_address_cityCity of the customer address associated with this charge, if any
customer_address_countryCountry of the customer address associated with this charge, if any
customer_address_line1First line of the customer address associated with this charge, if any
customer_address_line2Second line of the customer address associated with this charge, if any
customer_address_postal_codePostal code of the customer address associated with this charge, if any
customer_address_stateState of the customer address associated with this charge, if any
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
customer_shipping_address_cityCity of the customer shipping address associated with this charge, if any
customer_shipping_address_countryCountry of the customer shipping address associated with this charge, if any
customer_shipping_address_line1First line of the customer shipping address associated with this charge, if any
customer_shipping_address_line2Second line of the customer shipping address associated with this charge, if any
customer_shipping_address_postal_codePostal code of the customer shipping address associated with this charge, if any
customer_shipping_address_stateState of the customer shipping address associated with this charge, if any
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
dispute_reasonReason given by cardholder for dispute. Read more about dispute reasons.
exchange_ratecaptures the foreign exchange rate applied to a balance transaction
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
fee_net_of_withheld_taxThe Stripe processing fee after removing withheld tax. Calculated as fee minus withheld_tax — represents Stripe’s actual processing charge excluding any tax withheld.
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
invoice_numberUnique Number for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
is_managed_paymentsWhether this transaction was processed through Stripe Managed Payments. True when the charge was handled via Stripe Managed Payments, regardless of whether any tax was withheld.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
order_idUnique ID for the order associated with this balance transaction.
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
payment_method_typeThe type of payment method used in the related payment.
payout_reference_tokenA unique reference token that displays on the beneficiary’s bank statement.
payout_statement_descriptorExtra information that displays on the recipient’s bank statement. Most banks truncate this information and display it inconsistently. Some banks might not display it at all.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
regulatory_tag​​An identifier reflecting the classification of this transaction according to local regulations, if applicable. Accounts with automatic payouts enabled receive a separate payout for each regulatory tag. ​​This column is only populated for Brazilian accounts.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
withheld_taxSales tax, VAT or GST withheld. This amount is already included within the fee column.

Itemized payout reconciliation

API report type: payout_reconciliation.itemized.7

Column nameDefaultDescription
automatic_payout_effective_atThe date we expect this automatic payout to arrive in your bank account, in the requested time zone, or UTC if not provided. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_effective_at_utcThe date we expect this automatic payout to arrive in your bank account, in UTC. This is also when the paid-out funds are deducted from your Stripe balance.
automatic_payout_idID of the automatically created payout associated with this balance transaction (only set if your account is on an automatic payout schedule).
available_onThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in the requested time zone, or UTC if not provided.
available_on_utcThe date the balance transaction’s net funds will become available in the Stripe balance. Dates in UTC.
balance_transaction_idUnique identifier for the balance transaction.
card_address_cityCity of the card address associated with this charge, if any
card_address_countryCountry of the card address associated with this charge, if any
card_address_line1First line of the card address associated with this charge, if any
card_address_line2Second line of the card address associated with this charge, if any
card_address_postal_codePostal code of the card address associated with this charge, if any
card_address_stateState of the card address associated with this charge, if any
card_brandCard brand, if applicable.
card_countryTwo-letter ISO code representing the country of the card.
card_fundingCard funding type, if applicable.
card_networkCard network, if applicable.
charge_createdCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in the requested time zone, or UTC if not provided.
charge_created_utcCreation time of the original charge associated with this balance transaction. Available for charges, refunds and disputes. For charges that were separately authorized and captured, this is the authorization time. Dates in UTC.
charge_idUnique identifier for the original charge associated with this balance transaction. Available for charges, refunds and disputes.
connected_account_countryFor Stripe Connect activity related to a connected account, the two-letter ISO code representing the country of the account.
connected_account_direct_charge_idFor Stripe Connect activity related to a connected account, charge id of the direct charge that happened on connected account.
connected_account_idFor Stripe Connect activity related to a connected account, the unique ID for the account.
connected_account_nameFor Stripe Connect activity related to a connected account, the name of the account.
countryTwo-letter ISO code representing the country of the payment.
createdTime at which the balance transaction was created. Dates in the requested time zone, or UTC if not provided.
created_utcTime at which the balance transaction was created. Dates in UTC.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
customer_address_cityCity of the customer address associated with this charge, if any
customer_address_countryCountry of the customer address associated with this charge, if any
customer_address_line1First line of the customer address associated with this charge, if any
customer_address_line2Second line of the customer address associated with this charge, if any
customer_address_postal_codePostal code of the customer address associated with this charge, if any
customer_address_stateState of the customer address associated with this charge, if any
customer_descriptionDescription provided when creating the customer, often used to store the customer name.
customer_emailEmail address of the customer, if any, associated with this balance transaction.
customer_facing_amountFor transactions associated with charges, refunds, or disputes, the amount of the original charge, refund, or dispute. If the customer was charged in a different currency than your account’s default, this field will reflect the amount as seen by the customer.
customer_facing_currencyFor transactions associated with charges, refunds, or disputes, the three-letter ISO currency code for customer_facing_amount.
customer_idThe unique ID of the related customer, if any.
customer_nameName of the customer, if any, associated with this balance transaction.
customer_shipping_address_cityCity of the customer shipping address associated with this charge, if any
customer_shipping_address_countryCountry of the customer shipping address associated with this charge, if any
customer_shipping_address_line1First line of the customer shipping address associated with this charge, if any
customer_shipping_address_line2Second line of the customer shipping address associated with this charge, if any
customer_shipping_address_postal_codePostal code of the customer shipping address associated with this charge, if any
customer_shipping_address_stateState of the customer shipping address associated with this charge, if any
descriptionAn arbitrary string attached to the balance transaction. Often useful for displaying to users.
destination_payment_idDestination payment id in the case of Separate Charges & Transfers and destination charges
dispute_reasonReason given by cardholder for dispute. Read more about dispute reasons.
exchange_ratecaptures the foreign exchange rate applied to a balance transaction
feeFees paid for this transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
fee_net_of_withheld_taxThe Stripe processing fee after removing withheld tax. Calculated as fee minus withheld_tax — represents Stripe’s actual processing charge excluding any tax withheld.
grossGross amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
invoice_idUnique ID for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
invoice_numberUnique Number for the invoice associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing invoice.
is_linkWhether or not the payment was made using Link.
is_managed_paymentsWhether this transaction was processed through Stripe Managed Payments. True when the charge was handled via Stripe Managed Payments, regardless of whether any tax was withheld.
netNet amount of the transaction. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
order_idUnique ID for the order associated with this balance transaction.
payment_intent_idThe unique ID of the related Payment Intent, if any.
payment_metadata[key]Metadata associated with the related PaymentIntent, if any. If no PaymentIntent metadata exists, metadata from any related charge object will be returned. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
payment_method_typeThe type of payment method used in the related payment.
payout_reference_tokenA unique reference token that displays on the beneficiary’s bank statement.
payout_statement_descriptorExtra information that displays on the recipient’s bank statement. Most banks truncate this information and display it inconsistently. Some banks might not display it at all.
product_idsProduct IDs associated with the related balance transaction.
product_namesProduct names associated with the related balance transaction.
refund_metadata[key]Metadata associated with the related refund object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
regulatory_tag​​An identifier reflecting the classification of this transaction according to local regulations, if applicable. Accounts with automatic payouts enabled receive a separate payout for each regulatory tag. ​​This column is only populated for Brazilian accounts.
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.
shipping_address_cityCity of the shipping address associated with this charge, if any
shipping_address_countryCountry of the shipping address associated with this charge, if any
shipping_address_line1First line of the shipping address associated with this charge, if any
shipping_address_line2Second line of the shipping address associated with this charge, if any
shipping_address_postal_codePostal code of the shipping address associated with this charge, if any
shipping_address_stateState of the shipping address associated with this charge, if any
source_idThe Stripe object to which this transaction is related.
statement_descriptorThe dynamic statement descriptor or suffix specified when the related charge was created.
subscription_idUnique ID for the subscription associated with this balance transaction. Available for charges, refunds, and disputes made in connection with a Stripe Billing subscription.
trace_idTrace ID is a unique identifier generated by bank for the Stripe payouts. Used by banks to locate specific transfers, sometimes referred to as a Reference number.
trace_id_statusThe status of the trace ID. Either pending, unsupported or supported.
transfer_metadata[key]Metadata associated with the related transfer object, if any. API requests including this column must specify a metadata key in brackets. This column can be specified multiple times to retrieve data from additional metadata keys.
withheld_taxSales tax, VAT or GST withheld. This amount is already included within the fee column.

Payouts reconciliation summary

API report type: payout_reconciliation.summary.2

Column nameDefaultDescription
countThe number of transactions associated with the reporting_category.
currencyThree-letter ISO code for the currency in which gross, fee and net are defined.
feeSum of the fees paid for the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
grossSum of the gross amounts of the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
netSum of the net amounts for the transactions associated with the reporting_category. Expressed in major units of the currency (e.g. dollars for USD, yen for JPY).
reporting_categoryReporting Category is a new categorization of balance transactions, meant to improve on the current type field.

See also

Last verified 2026-09-24

Is this helpful?