Not able to open modal in pos extension programmatically

Making POS for my loyalty app, I have tile which when clicked opens a modal , now in this i have a input field where user enters amount of which equivalent discount is created when he clicks “Redeem” button, but i want when button is clicked it should open a modal where we do otp verification then redemption and discount creation should happen how to do that programatically , please help if you know

Hi @Ammaar_Farhan_Syed

Have you looked into using the Navigation API to navigate between screens within your existing modal?