-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
We are using magento 2.1.1 as a web store. In that we are using authorize.net payment and configured sandbox account. On checkout when we try to use JCB and Diners Club/ Carte Blanch cards are showing validation error (http://www.awesomescreenshot.com/image/1586979/10e93825a7ed65e7ff634c5125a16827).
As we have checked the admin configuration seems fine. In authorize.net configuration section we have enabled all the cards(American Express, Visa, MasterCard, Discover, and Others). In the configuration "Others" (http://www.awesomescreenshot.com/image/1586960/911aad21324ba4e419d298791caa3db3) card selection was applicable to the JCB and Diners Club/ Carte Blanch cards. We have used below testing card numbers for testing.
JCB 3088000000000017
Diners Club/ Carte Blanch 38000000000006
Magento2's default authorize.net module itself having an issue.
Does anyone has a solution for this.