razorpay / razorpay-ios-sample-app

:iphone: Sample app demonstrating integration of Razorpay iOS Framework
MIT License
14 stars 13 forks source link

Google Pay opens last selected screen. So user has to go to All transitions and then accept in order to Cash IN #26

Closed devauk closed 3 years ago

devauk commented 4 years ago

Problem description

I am facing two issues with UPI based transactions

  1. When cash in transaction is initiated we get the notification to approve the request on google app. When tapped on Notification for cash IN via Google pay, Google Pay opens last selected screen. It does not proceed to the truncation page on google pay so user has to go to All transitions and then accept in order to Cash In. Does this requires any thing to be handled from code side?

  2. Once the payment is done via google pay the control doesn’t not redirect to app automatically, user has to do it manually (Android it happens automatically). How can I achieve this on iOS ?

Razorpay SDK Version :

v1.2.1

Xcode Version :

v11.3.1

gourabghosh1 commented 4 years ago

@devauk can you share your Merchant id please ?

devauk commented 4 years ago

@devauk can you share your Merchant id please ?

D0XUMCGawND8VF

gourabghosh1 commented 4 years ago

@devauk

query 1> nothing we can do here (Its called Collect flow) , its Gpay app which is doing the same. query 2> As of now auto redirect to app in IOS is not feasible. Only android.

devauk commented 4 years ago

@devauk

query 1> nothing we can do here (Its called Collect flow) , its Gpay app which is doing the same. query 2> As of now auto redirect to app in IOS is not feasible. Only android.

ok, noted

Nautiyalsachin commented 3 years ago

Hi @devauk, we are supporting redirect in iOS now for UPI apps, right now we only support Google Pay, Paytm and Phone Pe. Here is the link with the steps to enable it in iOS.

Nautiyalsachin commented 3 years ago

Closing this issue due to no responses. Feel free to re-open this issue.