How to integrate PayTM payment gateway with ANGULAR 9 app and how to handle the CALLBACK_URL

Viewed 1030

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.

1

and I want to read this response in my component.

1 Answers

Merchant need to handle this from their backend not from front end Angular component. please confirm if it answers your query.

Related