Python SDK - 3.58.0
Python SDK - 3.58.0
July 14, 2026
Fixed
Echo Settlement validation errors response mapping
SettlementValidation.footer_errorsandSettlementValidation.lines_errorsare now parsed into typed objects (SettlementFooterError,SettlementLineErrorandSettlementLineErrorDetail) instead of raw list entries- Although the field types change from
ListFieldto dedicated fields, this is not a breaking change: the previousListFieldmapping never worked because the API returns structured objects, so the raw values were unusable
Deprecated
Non-SCA user endpoints
NaturalUserandLegalUser(non-SCA user endpoints) are deprecated; useNaturalUserSca/LegalUserScaandUser.get_scainstead- All deprecated members are kept unchanged for backward compatibility and will be removed in a future major version
Deprecated
Deposit-preauthorization complement flow
- The capture-with-complement flow on
CardPreAuthorizedDepositPayInandPreAuthorizedDepositPayIn(create_prior_to_complement,create_complement) is deprecated; usecreate_without_complementinstead. These methods now emit a deprecation warning - All deprecated members are kept unchanged for backward compatibility and will be removed in a future major version