Payment App Integration fomopay

I am trying to implement a fomopay payment gateway while reading documentation there it is written

Payment gateway will try to POST the following data to callback_url

i am providing callback_url = window.location.href + ‘callback/’

but how will i capture the post data ?

Help please!!

What the version of your project?

If is 2+, you will probably use HttpClient.

Check this: https://angular.io/guide/http

If is angularjs, check this: https://www.w3schools.com/angular/angular_http.asp

Hi @Rafaelblink but i am opening url inappbrowser