Adds a new event type for Payout Method updatesVersion bêta publique
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.