zebpay / zeb_py

MIT License
5 stars 4 forks source link

How to use OTP while creating Zebapy class #2

Open akulchhillar opened 3 years ago

akulchhillar commented 3 years ago

I am planning to use Zebpay's API python library to make a bot for myself. While going through the documentation of the library, I came across a parameter for OTP which needs to be present while creating an instance of ZebPay Class.

Now my question is how would I get an OTP beforehand and use it to create a class of Zebpay. Any idea?

Thanks, Akul

sarmahsubhan commented 3 years ago

Leave the OTP part and create access token from the UI and use that while building the class, you would be able to make the api calls without any issue if you give the access token