Breaking changes
Renames the platform_payments capability for accounts to card_payments, requiring the manual specification of the added transfers capability Breaking changes
What’s new
Includes multiple changes:
- Renames the platform _ payments capability to transfers to better indicate the Stripe primitives that this capability supports.
- Updates the card _ payments capability to no longer imply transfers . When creating an account, you now need to additionally request the transfers capability.
Impact
This change renames the platform_payments capability to transfers and decouples it from the card_payments capability. You now need to explicitly request the transfers capability when creating an account, even if they also request card_payments. This modification provides clearer terminology and more granular control over account capabilities.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| platform_payments | Changed | Account |
| card_payments | Changed | Account |
| transfers | Added | Account. capabilities Account. capabilities_details |
| platform_payments | Removed | Account. capabilities Account. capabilities_details |
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: 2019-08-14
- 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.
