You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to test some payments but today I could no get an authorized response.
For each try I received the next response:
{
"validationErrors": null,
"response": null,
"exception": {
"errorMsg": "Payment Authorization Failed: Please verify your information and try again, or try another payment method.",
"httpStatus": "400",
"exception": false,
"errorCode": "607"
}
}
I am sure that I provided correct data, then my questions are:
is the sandbox working fine today?
what does mean errorcode 607?
Best Regards
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to test some payments but today I could no get an authorized response.
For each try I received the next response:
{
"validationErrors": null,
"response": null,
"exception": {
"errorMsg": "Payment Authorization Failed: Please verify your information and try again, or try another payment method.",
"httpStatus": "400",
"exception": false,
"errorCode": "607"
}
}
I am sure that I provided correct data, then my questions are:
Best Regards
The text was updated successfully, but these errors were encountered: