Renames the platform_payments capability for accounts to card_payments, requiring the manual specification of the added transfers capabilityBreaking changes
What’s new
Includes multiple changes:
- Renames the
platform_
capability topayments transfers
to better indicate the Stripe primitives that this capability supports. - Updates the
card_
capability to no longer implypayments transfers
. When creating an account, you now need to additionally request thetransfers
capability.
Impact
This change renames the platform_
capability to transfers
and decouples it from the card_
capability. You now need to explicitly request the transfers
capability when creating an account, even if they also request card_
. This modification provides clearer terminology and more granular control over account capabilities.