Releases: shellrent/intesasanpaolo-openbanking-php
Releases · shellrent/intesasanpaolo-openbanking-php
Balance API update
Update to "balance" API request Balance update
PHP 8.0+ (dev libraries)
PHP 8.0+ (dev libraries)
PHP 8.0+
Fix debtor IBAN null
Fix debtor IBAN null. See PR #6
Update to Guzzle 7
Merge pull request #5 from joshuachp/feature/update_guzzle feat: update guzzle to version 7
EndToEndId and SiaCode in Live environment must be omitted if empty
Live and Sandbox environments behave differently on "SCT-Inst" API requests ("simulate" and "execute").
The parameters are: "endToEndId" and "siaCode".
On Sandbox, the two parameters must always be present, even if "empty" (empty string).
On Live, the two parameters must be omitted if empty, otherwise the API gets 500 Internal Server Error.
Transaction model: valueDate could be empty
1.1.1 Transaction model: valueDate could be equal to zero '0'
Mutual Authentication and new SCT-INST payment simulation API calls
Mutual Authentication and new SCT-INST payment simulation API calls
Support for date on Balance request
Added support for obtaining the balance on a given date. Increased compatibility for GenericPaymentData
Fix dir and namespace for model collections
1.0.1 Merge branch 'master' of github.com:shellrent/intesasanpaolo-openbank…