Payouts are now a capabilityBreaking changes
What’s new
We’ve made payouts a capability in both the merchant
and recipient
configurations. These are automatically requested when Stripe creates a Stripe balance for the account. A Stripe balance is created when you apply the Merchant configuration or request the stripe_
capability on the Recipient configuration. You can use this capability to check that funds in the connected account’s Stripe balance can be paid out to their external account.
Learn more about the Accounts v2 public preview for Stripe Connect and Billing.
Why is this a breaking change?
We’ve removed requirements.
. Payout restrictions are now listed in requirements.entries.impact.restricts_capabilities.capability.
Impact
Requirements that impact payouts no longer have the impact.
field. Instead, the impact.restricts_capabilities field includes the payouts capability on the Merchant or Recipient configurations.