It seems that the problem has been fixed. The 3DS Payer Authentication
Challenge flow has been retested, and the OTP submission is operating as
intended. The 400 Bad Request response is no longer shown, and the
authentication procedure is successfull...
After approximately a week of experiencing the same problem in their
development sandbox, I checked this morning and it was resolved.About a
week ago, when it started happening, I even launched a support
conversation with them. Even though I explaine...
This appears to be a recent change on Authorize. Net’s side where the
hardcoded SDK client ID used by the Node.js SDK is now being rejected as
invalid. As a workaround, specifying a custom through the parameter
resolves the issue. If this behavior is...
E00007 in Production usually means the Production account itself is the
issue, not the code. Since your Sandbox works, the SDK implementation is
likely correct. Common causes are: using Sandbox credentials
accidentally in Production, the Production a...
E00007 in Production almost always means the Production API credentials
are not being accepted by the live gateway, even if Sandbox works. The
most common causes are: using Sandbox credentials on the Production
endpoint the Production account not bei...