what is the difference between payment gateway and marchant gateway?
Which one should be used when?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not much difference, but if you think about the big ones in terms like Sazzad said:
Payment Gateway = PayPal
You redirect the user to PayPal’s page and they handle the transaction. You can do it on your site, but you need an iframe, so ultimately it is still using their site to handle the transaction. Payment Gateways like PayPal are usually higher percentage rates. The credit card company gives the money to PayPal and then PayPal gives the money to the merchant. The user will usually see PayPal on their credit card statement.
Merchant Gateway = Authorize.net
The user puts CC info in on your site, you send the data via an API, and the data is then sent and you get paid. Merchant gateways usually have lower charge rates. Money goes straight from the credit card to you, not really using as much of a middle man as a payment gateway does. The user will see your company on their credit card statement.