top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Steps for the payment gateway processing?

+2 votes
278 views
Steps for the payment gateway processing?
posted Aug 27, 2014 by Vrije Mani Upadhyay

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Steps for the payment gateway processing in PHP:-

1-Customer place order on website, by pressing, the “submit order” button.
2-The customer’s web browser encrypts the information to be sent between the browser and the merchant’s webserver. This is done via SSL (Secure Socket Layer) encryption.
3- The merchant then forwards the transaction details to their payment gateway.
4- The payment gateway forwards the transaction information to the payment processor used by the merchant’s acquiring bank.
5-The payment processor forwards the transaction information to the card association (i.e., Visa/MasterCard)
6-The card issuing bank receives the authorization request and sends a response back to the processor (via the same process as the request for authorization) with a response code. In addition to determining the fate of the payment, (i.e. approved or declined) the response code is used to define the reason why the transaction failed (such as insufficient funds, or bank link not available)
7-The processor forwards the response to the payment gateway.
8-The payment gateway receives the response, and forwards it on to the website.

answer Sep 26, 2014 by Devyani
Similar Questions
+1 vote

Want to know how to provide online payment option in a PHP website for an online store so that people can buy the product online.

+5 votes

Which payment gateway is most preferred and cost effective to be used. It should allow customers to make payment through website using net-banking\credit-debit cards etc of various banks.

+4 votes

I am new to PHP and want to learn it with practice. The problem i don't have linux machine though i am not comfortable there. So i want to install xampp in my windows but not getting the clear steps to install it. Please describe it in clear steps.

...