{ "status": "FAIL", "code": "400002", "errorMessage": "Signature for this request is not valid." }

Im trying to get “create order” api from binance pay api to make payments in my kotlin android application. I am following api documentation to build the payload and signature but unfortunately its not working. Im getting this error : “errorMessage”: “Signature for this request is not valid.”

Anyone can help?

Please refer to this post to research for some possible causes: FAQ: Signature for this request is not valid.

1 Like

this doesn’t include binance pay api signature :frowning:

Did you manage to solve this, I have the same problem

{
    "status": "FAIL",
    "code": "400002",
    "errorMessage": "Signature for this request is not valid."
}
1 Like

I have the same problem? Can anyone help with this issue for latest version of Binance Pay API v3?