Help Needed: Open PhonePe App Home Screen Using Activity Starter

Hello Niotron Community,

I am new to Niotron builders and trying to launch the PhonePe app (or any UPI app) directly to its home screen using the Activity Starter component.

I have tried multiple configurations

1.Action: android.intent.action.VIEW

Data URI: upi://pay

Using the upi://pay configuration, a list of UPI apps shows up, but selecting PhonePe (or any other UPI app) doesn’t open the app as expected. I don’t want to set any specific payee address or payment details. My goal is simply to open the home screen of any UPI app directly, allowing users to select their preferred UPI app

Action: android.intent.action.VIEW

Data URI: phonepe://

Package Name: com.phonepe.app

Activity Class: Left empty

But 601 error

I have read all the posts regarding this issue, but I haven’t found any solution that works for this scenario.

Any guidance or suggestions would be greatly appreciated

Block Images(if Any)

AIA OR APK(if Any)

Did you try something like

upi://pay?pa=upid@sbi&pn=PayeeName&tn=PaymentMessage&cu=INR

@Coders_keera if you want to simply open PhonePe app then you can simply use package utils component

1 Like