Adyen / adyen-salesforce-commerce-cloud

Salesforce Commerce Cloud (formerly Demandware)
MIT License
90 stars 75 forks source link

Bancontact issue when the order is partailly paid with giftcard #996

Closed daniel-delatorre-xplore closed 10 months ago

daniel-delatorre-xplore commented 10 months ago

We are experiencing an issue with the Bancontact payment when we do a partial payment using a generic giftcard. During the checkout, when we pay the order partially with a giftcard, and we pay the rest of the order amount using Bancontact, we are redirected to the 3DS HPP page where we have to put the user and password.

image

When we submit the form, it is invoked the request /Adyen-ShowConfirmation with some query string params, but with a POST method. This is throwing an internal server error because the Adyen.js controller is expecting a GET

image

Also the redirectResult is not in the query string which is needed to complete this type of payment

daniel-delatorre-xplore commented 10 months ago

It was a problem with the merchant account configuration, I close this case.