Cancel request at any time during a flow
I am currently designing a payment flow for a mobile app. The flow is divided in 5 steps :
- Choose account
- Scan QR Code
- Enter amount + Memo
- Fees
- Review & send
While I was designing it, I told myself, what if the user wants to cancel everything and go back to the Dashboard. As of today, I have no Cancel button on my flow but go back buttons obviously.
What do you think about it ? Should I add a Cancel button, or I should let the user close the app and re-open it?
Thanks