调至内容部分
创建账户
或
登录
Stripe 文档徽标
/
询问人工智能
创建账户
登录
开始
付款
财务自动化
平台和交易市场
资金管理
开发人员工具
开始
付款
财务自动化
开始
付款
财务自动化
平台和交易市场
资金管理
概览
Billing
税务
报告
    概览
    选择报告
    筛选和设置
    类别和类型
      余额交易类型
    连接会计工具
    Reports API
    多账户报告
    收入确认
    银行对账
数据
创业公司
首页财务自动化Reporting

报告类别和类型

理解 BalanceTransaction 对象的类别及其区别。

复制页面

了解 BalanceTransaction 对象上的 reporting_category 字段的更多信息,以及它与 type 及其他分类的区别。本主题涵盖了:

  • 为什么要引入新的分类?
  • 报告类别参考

为什么要引入新的分类?

BalanceTransaction 对象的 reporting_category 字段在 type 字段做了改进,为多数财务和报告目的提供了更有用的分组。下面的部分总结了新字段的优点。

type=adjustment 的进一步细分

reporting_category 属性将具有 type=adjustment 的余额交易分为几个不同的类别,包括争议、争议撤销和失败的退款。此外,多个类型的费用和 Connect 平台费用退款现已明确分到 reporting_category=fee 此类别。

为部分捕获撤销单设一个类别

如果您要单独授权并捕获付款,且捕获的金额小于最初授权的金额,则您会看到两个余额交易:一个是完整的授权金额,另一个是撤销的未捕获金额。(将这两笔余额交易相加,就得到捕获部分的收款。)

撤销未捕获部分的余额交易具有 type=refund,好比是您之后退还了销售额的一部分。为了能够单独处理这些对象——或是将它们算入初始销售金额中,而不是视为单独的退款——我们用独特的报告类别 partial_capture_reversal 来标记这些对象。

将多个类型合并为常用类别

使用 type 字段,来自银行卡收款的余额交易由 type=charge 表示,而来自于其他支付方式的余额交易用 type=payment表示。与之类似,银行卡与替代支付方式的退款及失败分别用 refund 和 payment_refund 表示。

我们发现这些区别让许多常见的报告任务变得相当笨拙,因此 reporting_category 简化了如下这些类型组:

余额交易类型报告类别
charge, paymentcharge
refund, payment_refundrefund
payout_cancel, payout_failurepayout_reversal
transfer, recipient_transfertransfer
transfer_cancel, transfer_failure, recipient_transfer_cancel, recipient_transfer_failuretransfer_reversal
更具描述性的类别名称

为了表述更清晰,我们重命名了几个余额交易类型:

余额交易类型报告类别
application_feeplatform_earning
application_fee_refundplatform_earning_refund
stripe_feefee
reserve_transactionconnect_reserved_funds
reserved_fundsrisk_reserved_funds

报告类别参考

本参考资料包含四组报告类别:

  • Payments-related reporting categories
  • Balance-related reporting categories
  • Issuing-related reporting categories
  • Connect-related reporting categories

Payments-related reporting categories

These reporting categories are related to creating and refunding charges as part of processing payments.

charge

Charges include payments from cards and from other payment methods. If you are separately authorizing and capturing payments, only the captured charges will be included here.

  • 余额交易类型:charge, payment, or validation
  • 月度报告中的部分:Payments (cards), Payments (other)

charge_failure

ACH, direct debit, and other asynchronous payment methods remain in a pending state until they either succeed or fail. You will see a pending balance transaction with the reporting category charge appear when the payment is created in a pending state. A charge_failure will appear if the pending payment later fails.

  • 余额交易类型:payment_failure_refund
  • 月度报告中的部分:Other Adjustments

dispute

When a customer disputes a charge, Stripe deducts the disputed amount from your balance.

  • 余额交易类型:adjustmentor adjusted_for_overdraft_transaction
  • 月度报告中的部分:Disputes

dispute_reversal

When you win a dispute, the disputed amount is returned to your balance.

  • 余额交易类型:adjustment
  • 月度报告中的部分:Dispute Reversals

partial_capture_reversal

If you are separately authorizing and capturing payments, and you capture an amount less than the initial authorization, you will see a charge for the full authorization amount, and a partial_capture_reversal for the uncaptured portion.

  • 余额交易类型:refund
  • 月度报告中的部分:Payments (cards)

refund

Payments you’ve refunded to your customers. (Does not include charge failures or partial capture reversals, which are listed separately.)

  • 余额交易类型:refundor payment_refund
  • 月度报告中的部分:Refunds (cards), Refunds (other)

refund_failure

Created when a credit card charge refund fails, and Stripe returns the funds to your balance.

This may occur if your customer’s bank or card issuer is unable to correctly process a refund (e.g., due to a closed bank account or a problem with the card).

  • 余额交易类型:refund_failure
  • 月度报告中的部分:Other Adjustments

Balance-related reporting categories

These reporting categories are related to changes that affect your Stripe balance, such as payouts, fees, and top-ups.

anticipation_repayment

Repayments made to service an anticipation loan in Brazil. These repayments go to the financial institution to whom you have sold your receivables.

  • 余额交易类型:anticipation_repayment
  • 月度报告中的部分:Anticipation Repayments

climate_order_purchase

Funds used to purchase carbon removal units from Frontier Climate.

  • 余额交易类型:climate_order_purchaseor climate_reservation_purchase
  • 月度报告中的部分:Other Adjustments

climate_order_refund

Funds refunded to your balance when a Climate Order is canceled.

  • 余额交易类型:climate_order_refundor climate_reservation_refund
  • 月度报告中的部分:Other Adjustments

contribution

Funds contributed via Stripe to a cause (currently Stripe Climate).

  • 余额交易类型:contribution
  • 月度报告中的部分:Other Adjustments

currency_conversion

Adjustment to your Stripe balance related to currency conversion.

  • 余额交易类型:currency_conversion
  • 月度报告中的部分:Other Adjustments

fee

Fees for Stripe software and services (e.g., for Radar, Connect, Billing, and Identity).

  • 余额交易类型:stripe_fee
  • 月度报告中的部分:Other Adjustments

other_adjustment

Miscellaneous adjustments to your Stripe balance.

  • 余额交易类型:adjustment, obligation_outbound, or obligation_reversal_inbound
  • 月度报告中的部分:Other Adjustments

payment_network_reserve_hold

Funds that a payment network holds in reserve (e.g. to mitigate risk).

  • 余额交易类型:payment_network_reserve_hold
  • 月度报告中的部分:Other Adjustments

payment_network_reserve_release

Funds that a payment network releases from a reserve.

  • 余额交易类型:payment_network_reserve_release
  • 月度报告中的部分:Other Adjustments

payout

Payouts from your Stripe balance to your bank account.

  • 余额交易类型:payout
  • 月度报告中的部分:Payouts and Transfers

payout_minimum_balance_hold

Minimum balance held from a payout.

  • 余额交易类型:payout_minimum_balance_hold
  • 月度报告中的部分:Payout minimum balance hold

payout_minimum_balance_release

Minimum balance released after a payout.

  • 余额交易类型:payout_minimum_balance_release
  • 月度报告中的部分:Payout minimum balance release

payout_reversal

Funds returned to your balance if a payout fails after it is initially created (e.g., due to an invalid account number or a cancellation). Learn more.

  • 余额交易类型:payout_cancelor payout_failure
  • 月度报告中的部分:Payouts and Transfers: Failures and Refunds

risk_reserved_funds

When Stripe holds your funds in reserve to mitigate risk, two balance transactions are created: one to debit the funds from your balance, and a second to credit the funds back to your balance at the end of the reserve period.

  • 余额交易类型:reserved_funds
  • 月度报告中的部分:Other Adjustments

stripe_balance_payment_debit

Created when a payment initiated by another Stripe account deducts funds from your account balance.

  • 余额交易类型:stripe_balance_payment_debit
  • 月度报告中的部分:Other Adjustments

stripe_balance_payment_debit_reversal

Created when a payment initiated by another Stripe account is refunded to your account balance.

  • 余额交易类型:stripe_balance_payment_debit_reversal
  • 月度报告中的部分:Other Adjustments

tax

Taxes collected by Stripe to be remitted to the appropriate local governments. Typically, this is a tax on Stripe fees.

  • 余额交易类型:tax_fee
  • 月度报告中的部分:Other Adjustments

topup

Funds you transferred into your Stripe balance from your bank account. Learn more.

  • 余额交易类型:topup
  • 月度报告中的部分:Other Adjustments

topup_reversal

If an initially successful top-up fails or is cancelled, the credit to your Stripe balance is reversed. Learn more.

  • 余额交易类型:topup_reversal
  • 月度报告中的部分:Other Adjustments

unreconciled_customer_funds

When a customer has unreconciled funds within Stripe for more than ninety days, Stripe transfers those funds to your balance.

  • 余额交易类型:transferred_to_balance_transaction
  • 月度报告中的部分:Other Adjustments

Issuing-related reporting categories

These reporting categories are created as part of using the Issuing API.

issuing_authorization_hold

When an issued card is used to make a purchase, an authorization is created. If the authorization is approved, a balance transaction is created with the type issuing_authorization_hold to hold the authorized amount in reserve from your account balance, until the authorization is either captured or voided. Some merchants can also update an authorization to request an additional amount (e.g., to extend a hotel booking or add a tip), and this is also represented as a balance transaction with the type issuing_authorization_hold.

  • 余额交易类型:issuing_authorization_hold
  • 月度报告中的部分:Other Adjustments

issuing_authorization_release

When an authorized purchase, made with an issued card, is captured by the merchant, the funds previously held for the authorization (issuing_authorization_hold) are released with a issuing_authorization_release balance transaction. Simultaneously, an issuing transaction is created, and the purchase amount is deducted from your Stripe balance in another balance transaction with the type issuing_transaction.

  • 余额交易类型:issuing_authorization_release
  • 月度报告中的部分:Other Adjustments

issuing_disbursement

Credits to your balance for rewards, discounts, and other miscellaneous adjustments.

  • 余额交易类型:issuing_disbursement
  • 月度报告中的部分:Other Adjustments

issuing_dispute

When you dispute an Issuing transaction and funds return to your Stripe balance.

  • 余额交易类型:issuing_dispute
  • 月度报告中的部分:Other Adjustments

issuing_dispute_fraud_liability_debit

Funds deducted from your account to cover fraud loss liability

  • 余额交易类型:issuing_dispute_fraud_liability_debit
  • 月度报告中的部分:Other Adjustments

issuing_dispute_provisional_credit

Provisional Credit granted to Issuing balance

  • 余额交易类型:issuing_dispute_provisional_credit
  • 月度报告中的部分:Other Adjustments

issuing_dispute_provisional_credit_reversal

Previous Provisional Credit being reversed from Issuing balance

  • 余额交易类型:issuing_dispute_provisional_credit_reversal
  • 月度报告中的部分:Other Adjustments

issuing_transaction

When an authorized purchase, made with an issued card, has been authorized and captured by the merchant, an issuing transaction is created, and the purchase amount is deducted from your Stripe balance with a issuing_transaction balance transaction.

  • 余额交易类型:issuing_transaction
  • 月度报告中的部分:Other Adjustments

Connect-related reporting categories

These reporting categories are related to using the Connect API and related APIs, such as instant payouts.

advance

Incrementing funds as part of an advance operation to change the date that funds settle to your balance. For example, this can occur when you create an instant payout and the requested payout amount is greater than your available balance. Funds are credited to a new available_on date and debited from the original available_on date to cover the difference.

  • 余额交易类型:advance
  • 月度报告中的部分:Other Adjustments

advance_funding

Decrementing funds as part of an advance operation to change the date that funds settle to your balance. For example, this can occur when you create an instant payout and the requested payout amount is greater than your available balance. Funds are credited to a new available_on date and debited from the original available_on date to cover the difference.

  • 余额交易类型:advance_funding
  • 月度报告中的部分:Other Adjustments

connect_collection_transfer

If one of your connected accounts has a negative balance for 180 days, Stripe transfers a portion of your balance, to zero out that account’s balance. Learn more.

  • 余额交易类型:connect_collection_transfer
  • 月度报告中的部分:Reflected in "Reserve" section

connect_reserved_funds

If one of your connected accounts’ balances becomes negative, Stripe temporarily reserves a portion of your balance to ensure that funds can be covered.

If one of your connected accounts’ previously negative balance becomes less negative due to activity on account, another reserve_transaction is created to release a corresponding portion of the funds held in reserve. Learn more.

  • 余额交易类型:reserve_transaction
  • 月度报告中的部分:Reflected in "Reserve" section

platform_earning

Earnings you’ve generated by collecting platform fees via Stripe Connect charges.

  • 余额交易类型:application_fee
  • 月度报告中的部分:Application Revenue

platform_earning_refund

Platform fees that you have returned to your connected accounts.

  • 余额交易类型:application_fee_refund
  • 月度报告中的部分:Application Revenue Returned

transfer

Funds sent from your balance to the balance of your connected accounts.

  • 余额交易类型:transferor recipient_transfer
  • 月度报告中的部分:Payouts and Transfers

transfer_reversal

Transfers to your connected accounts that have been cancelled.

  • 余额交易类型:transfer_cancel, transfer_refund, recipient_transfer_cancel, or recipient_transfer_failure
  • 月度报告中的部分:Payouts and Transfers: Failures and Refunds
此页面的内容有帮助吗?
是否
需要帮助?联系支持。
加入我们的早期使用计划。
查看我们的更改日志。
有问题?联系销售。
LLM? Read llms.txt.
Powered by Markdoc