Sep 9, 2018 · 1 min read
Hi,
I am currently trying to integrate ONGO (India Transact) Payment Gateway in Angular 2 on the JS front. What would be the right way to integrate it.
This PG link takes input param in form-data type and returns response text as complete html page which needs to be displayed for the payment process. We integrated the same on Android app and it is working fine. But integration with Angular 2 + JS is always giving “Unauthorized Access”. Earlier it was giving CORS issue and was able to solve that by using the “cors-anywhere” proxy.
As this is a little urgent requirement, can you please help me out by providing a solution.
Thanking you in advance