You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
I have an IONIC application that captures data and must send this data to a payment app that is on the same device. I have gone through your documentation and most of the issues that have been posted but I can't get a clear picture of what the code should look like. The 3rd party whose payment app I must send the data to sent me this example for native android.
On my app, when the user has entered the data and clicks the 'pay now' button, the data needs to be sent to the payment app (package name: com.ra.pos) and after the payment has been completed by the user it needs to redirect back to my app with a response which I then handle.
Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Ruan-Infinity
changed the title
Sending data from my app to payment app on same device
Sending data from my app to payment app on same device in IONIC
Feb 5, 2022
You are asking very specific questions about your implementation and use case, feel free to reach out to me on email or twitter if you wanted dedicated support to integrate with your 3rd party app.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Darryn,
I have an IONIC application that captures data and must send this data to a payment app that is on the same device. I have gone through your documentation and most of the issues that have been posted but I can't get a clear picture of what the code should look like. The 3rd party whose payment app I must send the data to sent me this example for native android.
On my app, when the user has entered the data and clicks the 'pay now' button, the data needs to be sent to the payment app (package name: com.ra.pos) and after the payment has been completed by the user it needs to redirect back to my app with a response which I then handle.
Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered: