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

Issue with ApplePay & Amex on production #77

Open
webdesign7 opened this issue May 11, 2021 · 1 comment
Open

Issue with ApplePay & Amex on production #77

webdesign7 opened this issue May 11, 2021 · 1 comment

Comments

@webdesign7
Copy link

Hello,

On one of the projects we are working we are blocked on an issue where Amex ( American express ) cards are not going through with Live credentials ( it works with ApplePay sandbox and CyberSource sandbox ) but when we switched to live then we are hitting error

Invalid Request Data
Unsupported ECI type. e_commerce_indicator=AESK

I can confirm for Visa and Mastercard everything works but it is related only to AMEX

it sounds like CyberSource doesn't like the ECI parameter AESK ? but what ECI parameter is expected for AMEX ?

Please advice ?

in our code we have :

$processingInformation = new Ptsv2paymentsProcessingInformation([ 'commerceIndicator' => 'internet', 'paymentSolution' => '001' ]);

has commerceIndicator and paymentSolution needs to be different for AMEX ?

Many thanks
Sergiu

@webdesign7 webdesign7 changed the title Issue with ApplePay & Amex issue on production Issue with ApplePay & Amex on production May 11, 2021
@rkhanmedicalert
Copy link

Did you get the solution for this?

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

No branches or pull requests

2 participants