Search code examples
angularjsnode.jspayment-gateway

How to carry out payment gateway process in mean stack?


Want to integrate payment gateway in which a post request has to be made to the gateway server.In inline php it works easily as the post request is made from html form to php to gateway server. But how would i carry this out in angular and node. Should I send a request from angular to node and then from node to gateway server?


Solution

  • You can check different payment gateway documentation depending upon the one you want to integrate. Here is stripe documentation https://stripe.com/docs/payments