Kotak-Neo / kotak-neo-api

108 stars 97 forks source link

Clarification reg. id and password #15

Closed syedasif11 closed 1 year ago

syedasif11 commented 1 year ago

Can you please clarify which 'userid/password' you are talking about here. The regular user id and password for accessing the website or that for the Devportal.

Initiate login by passing any of the combinations mobilenumber & password (or) pan & password (or) userid & password

Also this will generate the OTP to complete 2FA

client.login(mobilenumber="+919999999999", password="XXXX")

syedasif11 commented 1 year ago

Figured it out. It should be the password used for main portal, not the Devportal. Should clarify this point in the documentation.