See our Upgrade Guide for more details.
- Drops support for Python 3.7 and 3.8
- Adds the following functions to assist ReferralCustomers add credit cards and bank accounts:
BetaReferralCustomerService.create_credit_card_client_secret
BetaReferralCustomerService.create_bank_account_client_secret
ReferralCustomerService.add_credit_card_from_stripe
ReferralCustomerService.add_bank_account_from_stripe
- Routes
AmazonShippingAccount
create requests to the new/register_oauth
endpoint - Fixes the payload wrapping for updating a webhook
- Removes deprecated
user.all_api_keys
anduser.api_keys
, useapi_key.all
andapi_key.retrieve_api_keys_for_user
respectively - Bumps all dev dependencies