Hello all ,
Below are the basics which I learn while integrating different payment gateways in web site,
You need a register company or register domain with government to get Payment Gateway integration account from Payment gateway provider and then get API of that payment gateway as per you programming language Like Net,Java,Php...etc
Carefully read the steps to implement API.
Payment Gateway have 2 mode of transaction 1. LIVE ,2. TEST
You can do test mode for testing and finally Live also test mode used for localhost request.
2. What a payment gateway actually is?
A payment gateway is one type of third party tool which will connect website to bank using credit card,debit card ,net banking ...etc
Website -> Third Party Web -> Bank
3. If I sign up for a payment gateway, what stuffs they provide to connect to my payment page? And how to do it?
If you register to any payment gateway they will provide some credential like Secret Key,account key, ...etc Which is use full for requesting to payment gateway for your account.
For registration each and every payment gateway required some document prof...
4. How a payment is made through internet banking facility by the user and how the payment is received by the merchant?
This process is done by payment gateway so not required to think about that.
But in practical the payment gateway connected with bank using Bank API(with registration) and that bank provide all bank details and payment verification and payment confirmation to payment gateway and payment gateway to user..
This is all like we are using Service in Net...
Note : You can directly connect with bank and create your own payment gateway but that required some long process stuff .
If you have payment gateway integration for Big website to you can go throw it other wise I prefer go and connect with any service provider which have Less charge on transaction like 2.5% in india by most of payment gateway....
Example : EBS,ccavenue...etc
Below are the basics which I learn while integrating different payment gateways in web site,
You need a register company or register domain with government to get Payment Gateway integration account from Payment gateway provider and then get API of that payment gateway as per you programming language Like Net,Java,Php...etc
Carefully read the steps to implement API.
Payment Gateway have 2 mode of transaction 1. LIVE ,2. TEST
You can do test mode for testing and finally Live also test mode used for localhost request.
2. What a payment gateway actually is?
A payment gateway is one type of third party tool which will connect website to bank using credit card,debit card ,net banking ...etc
Website -> Third Party Web -> Bank
3. If I sign up for a payment gateway, what stuffs they provide to connect to my payment page? And how to do it?
If you register to any payment gateway they will provide some credential like Secret Key,account key, ...etc Which is use full for requesting to payment gateway for your account.
For registration each and every payment gateway required some document prof...
4. How a payment is made through internet banking facility by the user and how the payment is received by the merchant?
This process is done by payment gateway so not required to think about that.
But in practical the payment gateway connected with bank using Bank API(with registration) and that bank provide all bank details and payment verification and payment confirmation to payment gateway and payment gateway to user..
This is all like we are using Service in Net...
Note : You can directly connect with bank and create your own payment gateway but that required some long process stuff .
If you have payment gateway integration for Big website to you can go throw it other wise I prefer go and connect with any service provider which have Less charge on transaction like 2.5% in india by most of payment gateway....
Example : EBS,ccavenue...etc
