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": "...."
}
}