Can you check if there is something in order note like Merchant One payment failed to see if any issues
Merchant One payment failed.Authentication Failed, Response Code300, Response =3
Make sure you are adding correct Merchant one credentials
The ID and key generated by MerchantOne have been triple checked.
Sorry for unfortunate late reply but Somehow Merchantone does not work with API key and transaction key it works on merchant one account username and password
merchantone account username becomes api login and merchantone account password becomes transaction key
However i updated code today to say merchantone username and merchantone password http://i.imgur.com/glbKJnm.png
Hello.
Why does my Plugin still say API Login and Transaction Key?
Also, I am getting this error on this and another Authorize.net elimination plugin:
Merchant One payment failed.The ccexp field is required REFID:3183151515, Response Code300, Response =3
Any help would be great.
Thank you.
@entangled
“The ccexp field is required” Which means you are not passing CVC code ?
Thanks
Hello,
OK, I reinstalled the Merchant One Plugin. The fields have changed to:
Merchantone username
Merchantone password
However, when using the Plugin, I am still getting:
The ccexp field is required REFID:3183223282
All requires fields on the Order are filled it.
Well, this is real odd:
<label for=”authorizeaim-card-expiry”>Expiry (MM/YY) <span class=”required”>*</span></label>
<input id=”authorizeaim-card-expiry” class=”input-text wc-credit-card-form-card-expiry” type=”text” autocomplete=”off” placeholder=”MM / YY” name=”authorizeaim-card-expiry” maxlength=”7″ />
The other two fields are fine:
input id=”merchantonegateway-card-number”
input id=”merchantonegateway-card-cvc”
Now where is it getting the authorizeaim-card-expiry from and why aren’t the other two fields changed to match?
I did have another Authorized.net elimination Plugin running but I have disabled it within Woocommerce … same results.
I have Deactivated it … and I get:
input id=”merchantonegateway-card-expiry”
At least now I got something to research. The other emulation Plugin I am using with the only thing changed is the the LiveURL:
Authorize.net for WooCommerce 1.2
Also, is it possible to add a Description field so it shows on the Checkout form?
Thank you.