Tuesday 28 May 2019

Safe to split Backend & Payment service?

I'm building an E-Commerce website. I'll have 2 access methods. I'll be implementing REST api to be used in angular/react and backend will also use handlebars if client doesn't want to split frontend and backend.So when it came to payment part. I was think should I split payment and backend by create another node app which will accept the payment API from backend and will process the payment then return the callback URL to backend.Will it be safe and does it comes under microservice architecture?

Submitted May 29, 2019 at 04:32AM by pverma8172

No comments:

Post a Comment