Releases: Adyen/adyen-php-api-library
Releases · Adyen/adyen-php-api-library
Adyen PHP API Library 2.1.0
Adyen PHP API Library 2.0.0
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
#99 Update checkout api version to v41
Adyen PHP API Library 1.6.0
Adyen PHP API Library 1.5.4
Adyen PHP API Library 1.5.3
Adyen PHP API Library 1.5.2
Adyen PHP API Library 1.5.1
#75 Fix for dynamic checkout URLs on Live
Adyen PHP API Library 1.5.0
Adyen PHP API Library 1.4.2
#57 Using correct content-type for Directory Lookup call