Getting startedRelease notesSDK

Python SDK - 3.57.0

June 24, 2026

Added

FlowDescriptor for declaring pay-in Beneficiaries

  • Added the FlowDescriptor object (FlowId, Beneficiaries) and the flow_descriptor field on PayIn, RecurringPayInRegistration, PreAuthorization, and Deposit

Read more in the API release note and dedicated guide 

Apple Pay and Google Pay recurring pay-ins

New recurring pay-in classes with clearer naming, replacing the CIT/MIT-specific classes:

  • Added RecurringCardPayIn, RecurringPayPalPayIn, RecurringApplePayPayIn, and RecurringGooglePayPayIn
  • Added RecurringApplePayPayInRegistration and RecurringGooglePayPayInRegistration, plus APPLEPAY and GOOGLEPAY recurring registration payment types

Read more about Apple Pay and Google Pay recurring payments

PayPal deposit preauthorizations

New deposit preauthorization resource classes for the POST Create a PayPal Deposit Preauthorization endpoint:

  • Added DepositPreauthorization shared base, with CardDepositPreauthorization and PayPalDepositPreauthorization payment method classes
  • Added PreAuthorizedDepositPayIn with create_without_complement

Support for DateRangeBy on reports

  • ReportV2 now supports the DateRangeBy (date_range_by) parameter

Support for Email on webhooks

Recipients pagination

  • Recipient.get_user_recipients now supports pagination (page / per_page)

Deprecated

Older recurring pay-in and deposit-preauthorization classes

The following are deprecated, but remain available for backward compatibility:

  • RecurringPayInCIT and RecurringPayInMIT use RecurringCardPayIn instead
  • RecurringPayPalPayInCIT and RecurringPayPalPayInMIT use RecurringPayPalPayIn instead
  • Deposit uses CardDepositPreauthorization instead
  • CardPreAuthorizedDepositPayIn uses PreAuthorizedDepositPayIn instead