I have deeplinked UPI apps from my android native app using intent. I have tested this with various UPI apps like BHIM, PhonePe, AXIS, UnionBank, Pockets etc.
I crea
For displaying payment page correctly, you have to setAction(Intent.ACTION_VIEW) on your intent.
setAction(Intent.ACTION_VIEW)
I am getting response only from BHIM app by using getStringsExtra("response") on Intent data.
getStringsExtra("response")