×
   ❮   
PYTHON FOR DJANGO DJANGO FOR BEGINNERS DJANGO SPECIFICS PAYMENT INTEGRATION Roadmap
     ❯   

ESEWA INTEGRATION

Token

Token Generation

Token Generation

After the payment request is sent, users are redirected to the eSewa login page. Here, they must input their eSewa ID and password. Upon successful login, a 6-digit verification token is sent to the user’s mobile device via SMS or to their email, depending on the eSewa ID used.

All of this will be done on esewa's side. 

For testing purposes, you can use a predefined token: 123456. This allows developers to bypass the hassle of obtaining a new token each time after login during the testing phase.


References


Django-tutorial.dev is dedicated to providing beginner-friendly tutorials on Django development. Examples are simplified to enhance readability and ease of learning. Tutorials, references, and examples are continuously reviewed to ensure accuracy, but we cannot guarantee complete correctness of all content. By using Django-tutorial.dev, you agree to have read and accepted our terms of use , cookie policy and privacy policy.

© 2024 Nischal Lamichhane. All Rights Reserved.
Django-tutorial.dev is styled using Bootstrap 5.
And W3.CSS.