PHP SDK - 4.3.0
PHP SDK - 4.3.0
July 14, 2026
Fixed
Echo Settlement validation errors response mapping
- Fixed the hydration of
SettlementValidationLine. TheCodeandDescriptionproperties are replaced by aDetailsproperty (SettlementValidationLineDetail[], each carryingCodeandDescription), matching the JSON actually returned by GET View validation errors for a Settlement - This is not a breaking change: the previous
Code/Descriptionproperties were never populated
Deprecated
Non-SCA user methods
The following are deprecated in favour of their SCA equivalents. They still work but will be removed in a future major version:
ApiUsers::Get()→ useApiUsers::GetSca()insteadApiUsers::Update()→ useApiUsers::UpdateSca()instead
Deprecated
Deposit-preauthorized complement PayIn methods
The following methods are deprecated and will be removed in a future version:
ApiPayIns::CreatePayInDepositPreauthorizedPriorToComplement()ApiPayIns::CreatePayInDepositPreauthorizedComplement()