-
Notifications
You must be signed in to change notification settings - Fork 463
Migration guide for v72
Richard Marmorstein edited this page Jun 9, 2023
·
1 revision
This major release contains breaking changes related to Stripe API Version 2020-08-27. Please read the API Upgrade guide for details about how to migrate.
- Remove support for the
Recipient
API - Remove support for the
RecipientTransfer
API - Remove support for the
BitcoinReceiver
API - Remove support for the
ThreeDSecure
API which has been replaced by PaymentIntent and PaymentMethod - Remove support for the
ExchangeRate
API which has never shipped publicly and is being reworked - Properly remove
ThreeDSecure
class entirely
- Remove
Prorate
across Billing APIs in favor ofProrationBehavior
- Remove
TaxPercent
across Billing APIs in favor ofTaxRate
-related parameters and properties - Remove
DisplayItems
on CheckoutSession
in favor ofLineItems
- Remove
FailureURL
andSuccessURL
onAccountLink
in favor ofRefreshURL
andReturnURL
- Remove
AccountLinkTypeCustomAccountUpdate
andAccountLinkTypeCustomAccountVerification
onAccountLink
in favor ofAccountLinkTypeAccountOnboarding
andAccountLinkTypeAccountUpdate
- Remove
Authenticated
andSucceeded
onChargePaymentMethodDetailsCardThreeDSecure
- Remove
Plan
,Quantity
,TaxPercent
andTrialEnd
fromCustomer
creation or update in favor of the Subscription API - Remove deprecated parameters
SavePaymentMethod
andSource
onPaymentIntent
- Rename
Plans
toItems
onSubscriptionSchedule