I want to add payment methods to my site, such as MasterCard or Payoneer. I don't know where to start, can someone give me an entry point? Is there an API for this?
|
2
|
|||
|
|
|
Firstly, you need an Internet Merchant Account from you bank, this is where any money you take via card payments will end up. Now, each bank offers a variety of Merchant Accounts, aimed at different sized businesses and different risk levels, some will take x percentage of your revenue, some will take a flat fee, others will take a mixture of both. Once you have a Merchant Account, you need a system to take credit card payments, AKA a Payment Gateway. There are again a number of these, just google Payment Gateway (Authorize.Net and SecPay are 2 examples of these.). Again Payment Gateways will take a percentage of any money tkat you process through them, some charge flat fess, some charge a percentage, other a mx of both. Genreally there is a different charge for Credit Cards and Debit Cards. The Payment Gateway will take all you Merchant Account details and set everything up so that money processed through them ends up in your Merchant Account. However, you still need have a form for customers to fill in and submit with their card details (integration of the payment gateway to your site), and there are 3 methods that are generally avaliable
This is great if you're taking a few thousand a week and want to provide you're customers with a seemless payment journey, however this can be costly if its only a few hundred a weekm that your taking. Their are also PCI (related to risk and fraud) and chargeback issues to consider. Paypal can make it quicker for you to start trading online as you don;t need an internet merchant account from your bank. All the rest still applies tho. |
||
|
|
|
|
There are lots of different ways, but here are the basic two:
The real difference between these is the amount of control you need. If you need everything hosted at your site and do not want to pass anyone over to another site for check-out, then #2 is your only option. Otherwise, #1 is the easiest way to go... |
||||
|
|
|
Content paraphrased from here, please visit to read full content and a list of third-party options. There are basically two ways for your website to accept credit cards:
Some issues to consider(merchant account vs. third party merchant) Transaction Fee |
||||||
|
|
|
you would need to buy a paid payment gateway like: you can also use free services like: https://www.paypal.com also see -> http://en.wikipedia.org/wiki/Payment%5Fgateway |
||
|
|
|
|
You can use payment gateway from CyberSource, Cardinal Commerece, PayPal |
||
|
|
|
|
I just did this search and for me it came down to PayPal or Authorize.NET. If you are a member of Costco you can use Elavon which uses Authorize.NET. Whichever way you go, check out NopCommerce an open source e-commerce solution that contains a lot of ASP.Net/C# code to deal with Paypal, Authorize.NET, etc. |
||
|
|
|
|
If you've no idea how to get started and don't have an existing merchant account, then you might consider going for someone like Paypoint.net (they're UK based, but I've no doubt there are US and other worldwide equivalents) who will set up the whole whack for you. |
||
|
|
|
|
Have a look at IPN.NET
|
||
|
|
|
|
THANKS ALL!!!!!!!!!!!!!!!!!!!!!!!!!!! |
||
|
|
