Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Transfers are now split into payouts and transfers


Breaking changes

Transfers are now split into payouts and transfers Breaking changes

What’s new

Splits the Transfer object into Payout and Transfer. The Payout object represents money moving from a Stripe account to an external account (bank or debit card). The Transfer object now only represents money moving between Stripe accounts on a Connect platform. For more details, see Transfer Payout Split.

Impact

Introduces a clearer distinction between payouts to external accounts and transfers between Stripe accounts on a Connect platform. You can now manage these two types of transactions more specifically, with payouts for external transfers and transfers for internal platform movements.

Changes

ParametersChangeResources or endpoints
transfer_schedule transfer_statement_descriptor transfers_enabledRemovedAccount
amount_reversed reversaled reversals transfer_groupRemovedPayout
date recipientRemovedPayout Transfer
failure_code failure_message method statement_descriptor status typeRemovedTransfer
FieldsChangeFrom → to
Payout. application_fee Transfer. application_feeChangedstring → expandable($ApplicationFee)
Payout. bank_accountChangednullable(map(string: string)) → $BankAccount
Payout. cardChangednullable(map(string: string)) → $Card
Payout. source_transactionChangedstring → expandable($Charge)

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
  • If you don’t use an SDK, update your API requests to include Stripe-Version: 2017-04-06
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?