Skip to content

Releases: Adyen/adyen-php-api-library

Adyen PHP API Library 2.1.0

26 Jun 11:22
5452203
Compare
Choose a tag to compare

#108 added connectedTerminals
#107 fix for pspReference in AdyenException
#106 added refundWithData
#105 added support for http_proxy in client
#103 added Get3dsAvailability in BinLookup

Adyen PHP API Library 2.0.0

20 Feb 08:30
cd62774
Compare
Choose a tag to compare

Major version bump related to a backwards incompatible introduced in the 1.6.1 version for the BOLETO payment method only:
New response from the Library version 1.6.1 and above:

{
    "pspReference": "....",
    "resultCode": "PresentToShopper",
    "outputDetails": {
        "boletobancario.barCodeReference": "....",
        "boletobancario.data": "...",
        "boletobancario.dueDate": "...",
        "boletobancario.url": "...",
        "boletobancario.expirationDate": "..."
    }
}

Old response from the Library version 1.6.0 and below:

{
    "resultCode": "RedirectShopper",
    "details": [
        {
            "key": "payload",
            "type": "text"
        }
    ],
    "paymentData": "...",
    "redirect": {
        "method": "GET",
        "url": "...."
    }
}

Adyen PHP API Library 1.6.1

05 Feb 13:12
24b3a17
Compare
Choose a tag to compare

#99 Update checkout api version to v41

Adyen PHP API Library 1.6.0

25 Jan 15:18
b644c34
Compare
Choose a tag to compare

Feature and Fixes:

#92 Add all marketpay APIs
#96 PW-822: PSR-2 Formatting

Adyen PHP API Library 1.5.4

29 Nov 10:17
8272f52
Compare
Choose a tag to compare

#83 Update checkout API version to v40
#91 Added authorise3ds2 consumer
#90 fixed PayoutThirdPartyTests

Adyen PHP API Library 1.5.3

26 Nov 11:14
5d8cad3
Compare
Choose a tag to compare

#82 Updated API_VERSION for payments(now API_PAYMENT_VERSION) to v40 and API_PAYOUT_VERSION to v30
#81 Code optimizations
#85 #86 Updated readme

Adyen PHP API Library 1.5.2

24 Oct 14:08
9f35128
Compare
Choose a tag to compare

Change log:

#77 PW-562 Add applicationInformation into PHP API library
#78 fix local unit test running caused by the missing date_default_timezone_set
#79 PW-614: Provide a code for errors thrown by Curl

Adyen PHP API Library 1.5.1

04 Oct 14:26
8b5b9df
Compare
Choose a tag to compare

#75 Fix for dynamic checkout URLs on Live

Adyen PHP API Library 1.5.0

06 Jul 14:48
372e32b
Compare
Choose a tag to compare

#51 Added Terminal Cloud API support
#55 Added adjustAuthorisation modification support
#62 Added Checkout and Checkout Utility API implementation
#68 Added Optional timeout configuration
#69 Removed Validate function with Required Fields check

Adyen PHP API Library 1.4.2

14 Feb 08:26
3459409
Compare
Choose a tag to compare

#57 Using correct content-type for Directory Lookup call