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 was 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.
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.