Python SDK - 3.57.0
Python SDK - 3.57.0
June 24, 2026
Added
FlowDescriptor for declaring pay-in Beneficiaries
- Added the
FlowDescriptorobject (FlowId,Beneficiaries) and theflow_descriptorfield onPayIn,RecurringPayInRegistration,PreAuthorization, andDeposit
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, andRecurringGooglePayPayIn - Added
RecurringApplePayPayInRegistrationandRecurringGooglePayPayInRegistration, plusAPPLEPAYandGOOGLEPAYrecurring 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
DepositPreauthorizationshared base, withCardDepositPreauthorizationandPayPalDepositPreauthorizationpayment method classes - Added
PreAuthorizedDepositPayInwithcreate_without_complement
Support for DateRangeBy on reports
ReportV2now supports theDateRangeBy(date_range_by) parameter
Support for Email on webhooks
Notification(Hook) now exposes theEmail(email) property to set and retrieve the address used for email alerts for consecutive failed notifications.
Recipients pagination
Recipient.get_user_recipientsnow supports pagination (page/per_page)
Deprecated
Older recurring pay-in and deposit-preauthorization classes
The following are deprecated, but remain available for backward compatibility:
RecurringPayInCITandRecurringPayInMITuseRecurringCardPayIninsteadRecurringPayPalPayInCITandRecurringPayPalPayInMITuseRecurringPayPalPayIninsteadDepositusesCardDepositPreauthorizationinsteadCardPreAuthorizedDepositPayInusesPreAuthorizedDepositPayIninstead