CadenceMCP ← All Tracked SDKs

stripe-python Deprecations & Breaking Changes

Verified AST deprecations and code replacement rules for stripe-python.

⚡ Free Example Preview (1 of 32): stripe.PaymentIntent.create → stripe.PaymentIntent.create

Deprecated in v10.0.0

Parameter 'statement_descriptor_suffix' replaced 'statement_descriptor' for payment intent creations.

❌ Outdated Syntax
import stripe
stripe.PaymentIntent.create(amount=2000, currency='usd', statement_descriptor='AUTH')
✅ Modern Replacement Syntax
import stripe
stripe.PaymentIntent.create(amount=2000, currency='usd', statement_descriptor_suffix='AUTH')
View Official Migration Docs →
🔒

31 Additional Breaking Change Patches Gated

We have detected and verified 32 total breaking changes for stripe-python. Get instant FastMCP integration for Cursor, Claude Code, and Windsurf to automatically patch all 32 deprecations in your editor.

Get Free API Key to Unlock All 32 Patches →