Network cost passthroughPrivate preview
Learn how to pass network costs from a platform to your connected accounts.
Network cost passthrough (IC++) is a capability for platforms to pass network costs through to their connected accounts. This allows you to offer IC+ pricing to your connected accounts instead of charging a blended rate for all card payments.
Stripe first charges network costs to your platform account. Within a few hours, we help you recover these costs from the connected account’s balance and add them to the platform’s balance, to ensure that the platform is fully compensated for the network costs. This includes all network cost adjustments related to network costs, including non-transactional scheme fees, refunds, and disputes.
You can’t pass through Stripe fees (such as Radar or card account updater fees) to your connected accounts using network cost passthrough. It only handles the network costs.
Manage network cost passthrough status for your connected accounts
When your platform controls pricing and the connected account is the merchant of record, you can enable network cost passthrough via the API or the Stripe Dashboard.
Set an account as network cost passthrough
Unset an account as network cost passthrough
View the network cost passthrough status for an account
Adjust the application fee for your connected accounts
Connected accounts on blended pricing typically incur higher application fees to cover the underlying network cost, and connected accounts that pay for their own network costs typically pay lower application fees. You can update your pricing logic for application fees in one of two ways:
- Update your internal pricing engine: If you maintain the logic of how much to charge in application fees for each charge and connected account, you need to add the conditional logic in your internal engine to lower the application fees and set the contracted price for a connected account that also pays their own network costs.
- Update your pricing in the platform pricing tool: If you use the platform pricing tool to execute your application fee pricing strategy, you need to edit your strategy to incorporate differentiated pricing for card payments for users set for network cost passthrough. Typically, the pricing for blended and IC+ priced connected accounts are identical in every aspect except for card payments, where the IC++ connected accounts’ application fee is lower because they’re also paying network costs.
If you use the platform pricing tool, you can customize pricing for individual connected accounts or for groups of connected accounts:
Customize pricing for individual connected accounts on IC++
You can override the pricing scheme for a specific connected account by adding a pricing rule with the condition Payment method > One of > Cards. Have the rule define the fee as the rate negotiated with the account (for example, the X bps from an IC+X bps contract).
We recommend that you add a new rule instead of adding a network cost passthrough status condition to an existing card payments price rule for a connected account. That way, the lowered application fee only applies while the network cost passthrough status for the connected account is set to true, and the original application fee applies if the account has network cost passthrough disabled.
Customize pricing for a group of connected accounts on IC++
Follow these steps:
- Create a pricing group for your IC++ connected accounts that you want to pay the same IC++ price.
- Copy the pricing scheme that you use for blended rate accounts.
- Create a pricing rule with the condition Payment method > One of > Cards. Have the rule define the fee as the rate negotiated with the connected accounts (for example, the X bps from an IC+X bps contract).
- Assign the connected account group to the new pricing scheme.
- Add your IC++ connected accounts to the group.
We recommend that you add a new rule instead of adding a network cost passthrough status condition to an existing card payments price rule for connected accounts. That way, the lowered application fee only applies while the network cost passthrough status for a connected account is set to true, and the original application fee applies if an account has network cost passthrough disabled.
Provide network cost reports to your connected accounts
All network cost transfers from a connected account to your platform account appear in the Activity and Payout reports as PLATFORM_. You can use that data for your own reconciliation.
You can help your connected accounts understand their network costs by sharing the following detailed network cost reports with them:
- IC+ plan-level report: This report helps connected accounts understand the monthly network costs across all their charges. It provides interchange plan names and an aggregated scheme fee total. This is similar to what other payment service providers offer. This report shows data at the calendar month level.
- IC+ transaction-level report: This report helps connected accounts understand transaction costs at an individual transaction-level. It provides information about which charges led to higher network costs and how refunds and disputes impact network costs. This report shows data at the calendar month level.
You can get the reports for a connected account in several ways:
- Reporting API
- Sigma or Stripe Data Pipeline (SDP)
- Network cost passthrough embedded component
- Stripe Dashboard (for connected accounts with Dashboard access)
The report schema is the same, regardless of how you access the report.
Reports in the Reporting API
Plan-level reports
You can choose which reports to offer your connected accounts. Use the Reporting API to run these reports for each connected account for each calendar month. Learn more about running a report from the API.
{ "id": "frr_1RmMIdPHHHwdjQjw3kOoBamc", "object": "reporting.report_run", "created": 1752875919, "error": null, "livemode": true, "parameters": { "interval_end": 1680100000, "interval_start": 1680000000 }, "report_type": "connect_card_payments_fees.plan_level.1", "result": { "id": "file_1RmM67PHHHwdjQjwvvCB2JwD", "object": "file", "created": 1752875143, "expires_at": 1784411143, "filename": "frr_1RmM5wPHHHwdjQjwgfvy9rXJ.csv", "links": { "object": "list", "data": [], "has_more": false, "url": "/v1/file_links?file=file_1RmM67PHHHwdjQjwvvCB2JwD" }, "purpose": "finance_report_run", "size": 464, "title": "FinanceReportRun frr_1RmM5wPHHHwdjQjwgfvy9rXJ", "type": "csv", "url": "https://files.stripe.com/v1/files/file_1RmM67PHHHwdjQjwvvCB2JwD/contents" }, "status": "succeeded", "succeeded_at": 1752875919 }
The IC+ plan-level and transaction-level reports can take several minutes to execute. If the status in the response from the above API call is pending, we recommend adding an Event Listener for the reporting. event. After you receive the event for the report run that you created, make sure that you compare it with the ID (for example, frr_) associated with your report run. Learn more about the recommended integration pattern for automated reporting.
Here’s an example of what the reporting. event might look like:
{ "id": "evt_1RtCRKPHHHwdjQjwfRPzuvep", "object": "event", "account": "acct_1234", "api_version": "2025-07-30.preview; network_costs_private_preview=v1", "context": "acct_1234", "created": 1754506314, "data": { "object": { "id": "frr_1RmMIdPHHHwdjQjw3kOoBamc", "object": "reporting.report_run", "created": 1754503324, "error": null, "livemode": true, "parameters": { "interval_end": 1751328000, "interval_start": 1748736000 }, "report_type": "connect_card_payments_fees.plan_level.1", "result": { "id": "file_1RtCRKPHHHwdjQjwDeGKimBi", "object": "file", "created": 1754506314, "expires_at": 1786042314, "filename": "frr_1RtBf6PHHHwdjQjwgr4SWj6Q.csv", "links": { "object": "list", "data": [], "has_more": false, "url": "/v1/file_links?file=file_1RtCRKPHHHwdjQjwDeGKimBi" }, "purpose": "finance_report_run", "size": 748, "title": "FinanceReportRun frr_1RtBf6PHHHwdjQjwgr4SWj6Q", "type": "csv", "url": "https://files.stripe.com/v1/files/file_1RtCRKPHHHwdjQjwDeGKimBi/contents" }, "status": "succeeded", "succeeded_at": 1754506314 } }, "livemode": true, "pending_webhooks": 1, "request": { "id": null, "idempotency_key": null }, "type": "reporting.report_run.succeeded" }
Then, you can retrieve the report for the connected account using result_:
{ "platform_id": "acct_1GcldzAppfGnVJgH", "connected_account_id": "acct_1PzmZGPHHHwdjQjw", "connected_account_name": null, "plan_name": "All scheme fees", "network_cost_category": "card_scheme", "total_amount": "0.005991", "fee_currency": "usd", "livemode": true }, { "platform_id": "acct_1GcldzAppfGnVJgH", "connected_account_id": "acct_1PzmZGPHHHwdjQjw", "connected_account_name": null, "plan_name": "CPS Services", "network_cost_category": "interchange", "total_amount": "0.025750", "fee_currency": "usd", "livemode": true }, { "platform_id": "acct_1GcldzAppfGnVJgH", "connected_account_id": "acct_1PzmZGPHHHwdjQjw", "connected_account_name": null, "plan_name": "Visa Traditional - Product 1", "network_cost_category": "interchange", "total_amount": "0.016175", "fee_currency": "usd", "livemode": true }
Transaction-level reports
You can generate the IC+ transaction-level report for a connected account for a specific month. Learn more about running a report from the API.
{ "id": "frr_1RmMK3PHHHwdjQjw0pJ2Nsga", "object": "reporting.report_run", "created": 1752876007, "error": null, "livemode": true, "parameters": { "interval_end": 1680100000, "interval_start": 1680000000 }, "report_type": "connect_card_payments_fees.transaction_level.1", "result": { "id": "file_1RmM8wPHHHwdjQjwkHoUYySJ", "object": "file", "created": 1752875318, "expires_at": 1784411318, "filename": "frr_1RmM8sPHHHwdjQjwHgTQ3dlv.csv", "links": { "object": "list", "data": [], "has_more": false, "url": "/v1/file_links?file=file_1RmM8wPHHHwdjQjwkHoUYySJ" }, "purpose": "finance_report_run", "size": 6307, "title": "FinanceReportRun frr_1RmM8sPHHHwdjQjwHgTQ3dlv", "type": "csv", "url": "https://files.stripe.com/v1/files/file_1RmM8wPHHHwdjQjwkHoUYySJ/contents" }, "status": "succeeded", "succeeded_at": 1752876007 }
We recommend that you listen for the reporting. event.
Then, you can retrieve the report for the connected account using result_:
{ "platform_id": "acct_1GcldzAppfGnVJgH", "connected_account_id": "acct_1PzmZGPHHHwdjQjw", "connected_account_name": null, "transfer_id": "tr_1RWQcfPHHHwdjQjwZtsZqox6", "transfer_created": "2025-06-04T23:21:32.000Z", "balance_transaction_id": "txn_1RWQckPHHHwdjQjwRZSrO0tE", "balance_transaction_created": "2025-06-04T23:21:32.000Z", "automatic_payout_id": "po_1RXu75PHHHwdjQjwNGy9TPIx", "fee_incurred_at": "2025-06-02T16:48:13.000Z", "charge_id": "ch_3RTq8hPHHHwdjQjw1qxQ9aBj", "captured_amount": null, "captured_currency": null, "refund_id": "re_3RTq8hPHHHwdjQjw1QQUI2VO", "dispute_id": null, "card_brand": "MasterCard", "bin": "545660", "issuing_bank": "SUTTON BANK", "card_funding": "prepaid", "card_country": "US", "card_present": false, "fee_category": "network_cost", "card_scheme_fee": "0.000203", "interchange_fee": "0.000000", "non_transactional_card_scheme_fee": "0.000000", "discount_fee": "0.000000", "platform_application_fee": "0.000000", "total_amount": "0.000203", "fee_currency": "usd", "livemode": true }, { "platform_id": "acct_1GcldzAppfGnVJgH", "connected_account_id": "acct_1PzmZGPHHHwdjQjw", "connected_account_name": null, "transfer_id": "tr_1RWMxzPHHHwdjQjwOH8PHSiq", "transfer_created": "2025-06-04T19:27:15.000Z", "balance_transaction_id": "txn_1RWMxzPHHHwdjQjwwZu9lZMg", "balance_transaction_created": "2025-06-04T19:27:15.000Z", "automatic_payout_id": "po_1RXu75PHHHwdjQjwNGy9TPIx", "fee_incurred_at": "2025-06-02T16:49:15.000Z", "charge_id": "ch_3RTq8hPHHHwdjQjw1qxQ9aBj", "captured_amount": null, "captured_currency": null, "refund_id": "re_3RTq8hPHHHwdjQjw1QQUI2VO", "dispute_id": null, "card_brand": "MasterCard", "bin": "545660", "issuing_bank": "SUTTON BANK", "card_funding": "prepaid", "card_country": "US", "card_present": false, "fee_category": "network_cost", "card_scheme_fee": "0.000218", "interchange_fee": "0.000000", "non_transactional_card_scheme_fee": "0.000000", "discount_fee": "0.000000", "platform_application_fee": "0.000000", "total_amount": "0.000218", "fee_currency": "usd", "livemode": true }
Reports through Sigma or Stripe Data Pipeline (SDP)
You can access this report data in Sigma and Stripe Data Pipeline to run custom analyses and integrate network cost data into your existing workflows. Use the connect_ and connect_ tables. In Stripe Data Pipeline, new platforms typically see data within 72 hours.
Run this query to return the first 10 rows from the connect_ table:
SELECT * FROM connect_card_payments_fees_plan_level LIMIT 10
Reports through the network cost passthrough embedded component
You can embed the network cost passthrough embedded component in your application to have Stripe call the Reporting API for your connected accounts on your behalf.
Reports in a connected account’s Stripe Dashboard
If your connected account has access to the Stripe Dashboard, they can follow these steps to download their network cost reports:
- Navigate to the Reporting -> Reports page.
- Click Network cost passthrough.
- Select the month in the dropdown.
- Select the report to download.
Network cost report Schema
The following table outlines the key columns and their descriptions for understanding the IC+ plan-level and transaction-level reports.
| Column name | Description |
|---|---|
connected_ | ID of the connected account. (For example, acct_) |
connected_ | Human-readable name of the connected account. |
network_ | Category of network costs. interchange, card_, discount, or non_. |
plan_ | Name of network cost plan. (For example, Volume Fee - POS Mastercard Debit/Prepaid) |
fee_ | Start of the calendar month during which the fee was incurred. Measured in seconds since the Unix epoch. |
variable_ | Variable rate applicable for the fee plan. |
variable_ | The total amount on which the variable_ was applied. |
fixed_ | Fixed fee amount applicable for the fee plan. |
count | The number of times fixed_ was incurred. |
fee_ | Total fee amount incurred, calculated as (variable_ * variable_) + (fixed_ * count). |
fee_ | Currency of fee_, variable_, and fixed_. |
billing_ | Total amount billed to the connected account. |
billing_ | Currency of the billing_. |
platform_ | ID of the platform account. (For example, acct_) |
The following table outlines the key columns and their descriptions related to the billing transactions associated with network cost recovery. Understand these columns to help clarify the financial interactions between connected accounts and the platform.
| Column name | Description |
|---|---|
connected_ | ID of the connected account. (For example, acct_) |
connected_ | Human-readable name of the connected account. |
transfer_ | ID of the transfer or payment object that credited or debited the network costs on the connected account’s balance. (For example, tr_ or py_) |
platform_ | ID of the transfer or payment object that credited or debited the network costs on the platform account’s balance. (For example, tr_ or py_) |
transfer_ | Time at which the transfer was created. Measured in seconds since the Unix epoch. |
balance_ | ID of the balance transaction that performed the change in the connected account’s balance. (For example, bt_) |
balance_ | Time at which the balance transaction was created. Measured in seconds since the Unix epoch. |
automatic_ | ID of the automatic payout that contained the balance transaction. |
fee_ | Time at which the fee was incurred. Measured in seconds since the Unix epoch. |
charge_ | ID of the charge that this fee is associated with. (For example, ch_ or py_) |
source_ | ID of the original charge that this fee is associated with. For direct charges, source_ is the same as charge_. For destination charges, it’s the ID of the underlying charge settling on the platform account. (For example, ch_) |
refund_ | ID of the refund that this fee is associated with. |
dispute_ | ID of the dispute that this fee is associated with. |
captured_ | Amount captured by the charge. Non-zero only on rows with fee_=platform_. |
captured_ | Currency of the captured_. |
card_ | Brand of the card that this fee was incurred for. (For example, Visa or MasterCard) |
bin | BIN number of the card that this fee was incurred for. |
issuing_ | The bank that issued the card that this fee was incurred for. |
card_ | The funding type of the card that this fee was incurred for. (For example, debit, credit, or prepaid) |
card_ | The ISO country code for the country that the card was issued in. (For example, US) |
card_ | Boolean indicating whether the card was physically present at purchase. |
fee_ | network_ or platform_. |
card_ | Scheme fee amount incurred. |
interchange_ | Interchange or discount fee amount incurred. |
non_ | Non-transactional scheme fee amount incurred. |
platform_ | Platform application fee incurred, currency specified by billing_. |
fee_ | Currency of the card_, interchange_, and non_. |
billing_ | Total amount of fees billed to the connected account. |
billing_ | Currency of the billing_ and platform_. |
platform_ | ID of the platform account. (For example, acct_) |