PHP SDK - 4.2.0
PHP SDK - 4.2.0
June 24, 2026
Added
FlowDescriptor for declaring pay-in Beneficiaries
New FlowDescriptor class (FlowId, Beneficiaries) and FlowDescriptorBeneficiary class (UserId). A new optional FlowDescriptor property was added to CardPreAuthorization, CreateDeposit, Deposit, PayIn, and RecurringPayInRegistration, with the appropriate GetSubObjects() mappings.
Read more in the API release note and dedicated guide →
Support for Email on webhooks
New optional Email property on Hook to set and retrieve the email alert for failed notifications.
Renamed Report.DateFilterBy to Report.DateRangeBy
The DateFilterBy property introduced in 4.1.0 has been renamed to DateRangeBy to align with the API. Update any code that set Report::$DateFilterBy to use Report::$DateRangeBy instead.
Support for Report.DateRangeBy on reports
New Report.DateRangeBy property on Report to align with the API. Use this instead of the deprecated DateFilterBy.
Deprecated
Report.DateFilterBydeprecated in favor ofDateRangeBy. The property is kept for backward compatibility and will be removed in a future version.