I have integrated the payment gateway of PayTM in Angular 9 app. But I don't know how to handle the CALLBACK_URL. PayTM is sending the Form data using POST method. And I want to read the data in my component(CALLBACK_URL). This is the incoming response of paytm that I can see in network chrome developer tool after success.
and I want to read this response in my component.
Merchant need to handle this from their backend not from front end Angular component. please confirm if it answers your query.