Public preview
Adds a new event type for Payout Method updates Public preview
What’s new
We added a new event type for the Payout Methods v2 API.
The v2.money_management.payout_method.updated event triggers when a payout method is updated. This allows you to receive notifications about changes to your payout methods.
Impact
You can now subscribe to event notifications when Stripe updates the Payout Method credentials (such as the bank account). This allows your systems to remain in sync with the latest payout method information.
The event provides visibility into the changes made to fields in the defaults hash on a v2 Payout Method. This includes the bank_account_type field (for example, checking or savings) that’s accessible on the PayoutMethod object.
This Global Payouts enhancement enables you to build applications that can react to payout method updates.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| bank_account_type | Added | V2. MoneyManagement. PayoutMethod. bank_account |
| Change | Event type | |
| V2MoneyManagementPayoutMethodUpdatedEvent | Added | V2. MoneyManagement. PayoutMethod |
Upgrade
- View your current API version in Workbench.
- 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: 2025-07-30. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
