Replies: 3 comments 3 replies
-
|
when you invoke the login API it will result into the triggering OTP, however you can login using MPIN as well. MPIN is an additional services along with OTP hence system will generate the OTP. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@KSAPIHelp Can you give some sample steps on how do we avoid OTP for Every Order .. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Just define the MPIN directly in the OTP area. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'have System which will take 3-4 trades a day.
Is everytime OTP generation necessary? Do we have OTP which stays active for a day?
client.login(mobilenumber="", password="CCCCCCC")
a = client.session_2fa("OTP")
Update: I tried mpin in 2fa and it wrked but it sends otp and though i am not using anymore.
Beta Was this translation helpful? Give feedback.
All reactions