3.41.0
Changed
⚠️ Caution – Minimum language requirement changed to Python 3.9⚠️
The SDK has been upgraded to require Python 3.9 as a minimum version. This is due to dependencies in the SDK's deployment pipeline on GitHub Actions and Ubuntu runners, which no longer support lower than Python 3.9. Older versions of Python reached end-of-life in 2024 or before.
Failure to upgrade your Python language version to 3.9 before updating to this version of the SDK will result in errors. For more information on the differences between Python 3.9 and earlier, see the Python docs.
The SDK supports Python 3.13 down to 3.9. We recommend using Python 3.13.
Added
- POST Create a TWINT PayIn
- POST Create a Pay by Bank PayIn, including related
PAYIN_NORMAL_PROCESSING_STATUS_PENDING_SUCCEEDED
webhook event type - PayPal recurring payments, thanks to the
PaymentType
valuePAYPAL
on Recurring PayIn Registrations and new endpoints (POST Create a Recurring PayPal PayIn (CIT) and POST Create a Recurring PayPal PayIn (MIT)