Skip to content

Releases: shellrent/intesasanpaolo-openbanking-php

Balance API update

20 May 12:08
37275e7
Compare
Choose a tag to compare
Update to "balance" API request

Balance update

PHP 8.0+ (dev libraries)

06 Jun 09:37
b18a53e
Compare
Choose a tag to compare

PHP 8.0+ (dev libraries)

PHP 8.0+

06 Jun 09:29
fdcf80b
Compare
Choose a tag to compare
Merge pull request #7 from shellrent/sct_delayed

Sct delayed (bonifici ordinari)

Fix debtor IBAN null

04 Jul 08:45
171c1a4
Compare
Choose a tag to compare

Fix debtor IBAN null. See PR #6

Update to Guzzle 7

04 Jan 14:40
8d2fd5f
Compare
Choose a tag to compare
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

08 Apr 08:20
735e1f7
Compare
Choose a tag to compare

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

07 Apr 11:52
Compare
Choose a tag to compare
1.1.1

Transaction model: valueDate could be equal to zero '0'

Mutual Authentication and new SCT-INST payment simulation API calls

31 Mar 09:28
2870b0d
Compare
Choose a tag to compare

Mutual Authentication and new SCT-INST payment simulation API calls

Support for date on Balance request

04 Feb 11:44
8906a03
Compare
Choose a tag to compare

Added support for obtaining the balance on a given date. Increased compatibility for GenericPaymentData

Fix dir and namespace for model collections

15 Sep 10:13
Compare
Choose a tag to compare
1.0.1

Merge branch 'master' of github.com:shellrent/intesasanpaolo-openbank…