- #1088 Multiple API changes
- Pin to API version
2020-08-27
- Removed
authenticated
andsucceeded
onpayment_method_details[card][three_d_secure]
onCharge
- Removed
tax_percent
andprorate
across all Billing APIs - Renamed
plans
toitems
onSubscriptionSchedule
- Removed
display_items
on CheckoutSession
- Removed
save_payment_method
andsource
onPaymentIntent
confirm, create and update. Those parameters still work in the API but are removed from the library - Removed
payment_method_details[bitcoin]
onCharge
- Removed
unified_proration
on Billing API as this is a deprecated feature that never shipped publicly - Removed
plan
andquantity
fromSubscription
, useitems
instead - Removed
requested_capabilities
onAccount
creation, usecapabilities
instead - Removed
failure_url
andsuccess_url
fromAccountLink
, userefresh_url
andreturn_url
instead - Removed
invoice.payment_succeeded
andpayment_method.card_automatically_updated
events
- Pin to API version
- #1087 Fix retrieval of upcoming Invoice line items