Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add payment_authentication_failed event #517

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

stephen-gilbert-cko
Copy link

Add support for payment_authentication_failed webhook notification

Rémi V and others added 3 commits September 12, 2022 11:58
hotfix/CHECMAG2003-110 into master

See merge request agence-dnd/marketplace/magento-2/external/module-checkout-magento2-plugin!60
release/v4.1.2 into master

See merge request agence-dnd/marketplace/magento-2/external/module-checkout-magento2-plugin!63
Add support for payment_authentication_failed webhook notification
@kpitn
Copy link

kpitn commented May 15, 2023

Hi,

Another related error about "payment_authentication_failed".

Our checkout.com magento 2 log file has many :

 ["Warning: Undefined array key \"payment_authentication_failed\" in /var/www/html/vendor/checkoutcom/magento2/Model/Service/PaymentErrorHandlerService.php on line 137"]

File PaymentErrorHandlerService.php is missing payment_authentication_failed

    const TRANSACTION_ERROR_LABEL = [
        'payment_declined'         => 'Failed payment authorization',
        'payment_capture_declined' => 'Failed payment capture',
        'payment_void_declined'    => 'Failed payment void',
        'payment_refund_declined'  => 'Failed payment refund',
        'payment_pending'          => 'Failed payment request',
    ];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants