I'm in the process of developing a Django web app where users can initiate withdrawals with the following flow:
On the website, users have the option to withdraw a specific amount.
Upon clicking the withdraw button, users are directed to the next page.
On this page, users are prompted to enter their bank details.
After saving the bank details, users can click the "Continue" button.
At this point, I want the specified amount to be automatically transferred to the entered bank account, all while operating in Razorpay's test mode.
I would greatly appreciate any insights, code examples, or references on how to implement this flow effectively. Your help is invaluable.
Thank you!