Today I am trying to get POST back data through python, but I did not get any data during the status change. When Iam POSTing data to the same URL I am getting the data. Please check and revert.
@rakeshr after HEAD request no information received. But I have placed more orders through my API token. Please check POST backdata sent to my remote server
Postback is working perfectly fine at our end. There can be multiple reasons for not receiving postback data, eg. incorrect URL, incorrect parsing on received data, etc. You need to debug this at your end. Maybe use postbin to begin with. Eg: For your postback URL, it's throwing 400. So, here you can re-check on parse method section that, POST method is not missing.
@rakesh, today I have created a bin as the above. But nothing has come. My expectation is whenever I am placing a market order using my access_token I will get the post back once the order is complete
Eg: For your postback URL, it's throwing 400. So, here you can re-check on parse method section that,
POST
method is not missing.We use the same for testing.