WrongResponse

edited December 2017 in General

Why is this possible? For next request answer is normal. (sorry for my english)
Array
(
[echo_req] => Array
(
[authorize] => xxxxxxxxxxxxxxxxxxx
)

[error] => Array
    (
        [code] => WrongResponse
        [message] => Sorry, an error occurred while processing your request.
    )

[msg_type] => authorize

)

Comments

  • Sorry, an error occurred while processing your request. <-- uncomplete command .. check your request.. or you can post your full code here..

  • If the request is badly formed the server say so.

    Binary's servers are pretty good at returning understandable error messages.
    WrongResponse means that when processing the request, the server encountered a rare kind of problem that it doesn't know how to describe.

Sign In or Register to comment.