Paytm integration in ionic

Can we add Paytm payment gateway integration on ionic …is this Possible???

In Ionic you can use web technologies such as HTML, HttpRequest and anything. So yeah, you can do it just as you’d usually do it in a normal way.

There are multiple choices such as Paypal, BrainTree, PaymentWall and anything else.

I used Paymentwall only. What they do is just give you an iframe which you add in HTML and link to a method to do a HTTP call to their API with the username and then he can pay, That’s your research to do based on what you need.

BrainTree looks cool too and I think I’ll give it a try soon.