Skip to content

Adyen PHP API Library 2.0.0

Compare
Choose a tag to compare
@Aleffio Aleffio released this 20 Feb 08:30
cd62774

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