Posts

Showing posts from September, 2021

Adding Payment Gateway to your web site (Payment Gateway API)

Image
Adding Payment Gateway to your web site (Payment Gateway API) A typical Payment gateway API enables a web site (application developers) to efficiently enable and add credit card transaction processing capabilities to their products /shopping carts. Due to it´s need for the level of security, APIs are mainly developped as the C/C++ libraries. It is objectified in such a manner that can be used directly from C++ code or it can be wrapped using a high level scripting languages such as Perl and PHP that will give easy access to the libraries thus allowing web services running on Unix or Windows based operating systems, to enabe payment gateways. However, gateways have gone a step further by web service that can be enabled just by wrapping payment UI using a JavaScript from the gateway server. where gateway server provides an API to communicate along with JavaScript wrapper to tokenize the payment information where token needs to be used with...

Full Stack of web services & How you choose your components !!

Image
Full Stack of Web Services and How you choose your components !! The front or the client side is mainly user-interface of the web application that the user interacts with the system. Usually built with language tools such as HTML, CSS, JavaScript, Libraries etc. However there are exceptions. Then again, the back end of the stack handles the data provided by the client and processes, and makes the connection between repositories+engines and the clients or the front end interface. Basically the web server/cloud that consists of servlets and repositories, that will use different programming languages like PHP, Python, Java, Perl, CGI, C,C++, Micro Languages etc, along with servers like : Apache The Apache HTTP Server, colloquially called Apache, is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0. Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation...