It's showing as net margin right? As, you have done the intraday payin, it will show under intraday_payin field as well. Go through the documentation here.
Make sure, you are making a Form POST request to session/token instead of default JSON POST and send all body param(-d) as the form body. You can check the curl request for the same here. You can kno…