I am making an application using Betfair API,Now i want to place a bet using Betfair API.
But as a response I get Error code- ACCESS_DENIED
************************************************** **************
My log cat for Response after hitting Betfair Place Bet API-
01-15 12:24:19.062: I/Json response(3978): {"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0015","data":{"exceptionname":"APINGException","AP INGException":{"errorDetails":"","errorCode":"ACCE SS_DENIED","requestUUID":"prdang001-11181055-00ef9d6d61"}}},"id":"1"}
************************************************** **************
************************************************** **************
Here is Request Data log cat-
01-15 12:50:18.192: I/Json request(4427): {"id":"1","jsonrpc":"2.0","method":"SportsAPING/v1.0/placeOrders","params":{"instructions":[{"handicap":0.0,"limitOrder":{"persistenceType":"L APSE","price":1.5,"size":0.01},"orderType":"LIMIT" ,"selectionId":9153263,"side":"LAY"}],"marketId":"1.116952512"}}
************************************************** **************
I am Using Correct Aplication Key and My Session is alive as i have checked the Session before using this API using Keep Alive API
Please Help me out of this problem
But as a response I get Error code- ACCESS_DENIED
************************************************** **************
My log cat for Response after hitting Betfair Place Bet API-
01-15 12:24:19.062: I/Json response(3978): {"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0015","data":{"exceptionname":"APINGException","AP INGException":{"errorDetails":"","errorCode":"ACCE SS_DENIED","requestUUID":"prdang001-11181055-00ef9d6d61"}}},"id":"1"}
************************************************** **************
************************************************** **************
Here is Request Data log cat-
01-15 12:50:18.192: I/Json request(4427): {"id":"1","jsonrpc":"2.0","method":"SportsAPING/v1.0/placeOrders","params":{"instructions":[{"handicap":0.0,"limitOrder":{"persistenceType":"L APSE","price":1.5,"size":0.01},"orderType":"LIMIT" ,"selectionId":9153263,"side":"LAY"}],"marketId":"1.116952512"}}
************************************************** **************
I am Using Correct Aplication Key and My Session is alive as i have checked the Session before using this API using Keep Alive API
Please Help me out of this problem


Comment