Skip to content

Error on evaluating adyen payment response with latest adyen-web dropin #714

Description

@malessani

Describe the bug

Using the latest adyen-web package (v6.31.0), after placing the order with credit card, we receive a component error related to a status check on adyen's payment_response, status is not a string but a Number. The issue is present with Payments API v68. The payment_source error is:

"payment_response": {
    "status": 400,
    "message": "Structure of CardDetails contains the following unknown fields: [sdkData]",
    "errorCode": "702",
    "errorType": "validation"
}

In order to support v68 we have to stick with adyen-web v6.28.0

To Reproduce

No response

System

No response

Additional context

Adyen/adyen-web#3511

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions