Forum Moderators: buckworks
I am new to this forum. This is just my second post here and the question is about merchant accounts.
I've been running my site for free for a while and now I am about to introduce payment for the services. I have no idea about how to implement the payment part for CC(I know only about how to do this with PayPal - which offers a very easy way for payment).
I am in US and I have a business account with the Bank Of America. They offer gateway services and merchant account services. To get informating about their merchant account, I have to fill in the request form and wait until they call me to talk about the account. I am going to do this, but I have to be prepared for the conversation, and I am trying to put together questions which I will have to ask.
Does anyone have an experience with Bank Of America merchant account? What will I have to ask them when they call me? Which information I need to make a decision about a merchant account? How does a merchant account in integrated into an application? Do you get a set of API or redirect to the third party's page to make a transaction?
I would appreciate any information about merchant accounts since I am completely blind about this topic.
Thanks
Olga
But to give you an idea of some questions to ask:
Does the gateway allow you to process credit cards on your secure website?
How much does the transaction cost - including the gateway fee, merchant account transaction costs, and the discount rate?
Any exclusivity clause?
Contractual period?
Statement Fees?
Monthly Fees?
Yearly Fees?
-Corey
However I believe I am confused about the difference between gateway and merchant account (the BankOfAmerica's information about merchant service is very vague). I thought that gateway is one way of processing payment online, and merchant account is another way. I thought that I have to choose one or another. Am I wrong? Do I have to set up both of them (like gateway for card verification and merchant account is just the account where money from the transaction are going to)?
Sorry for this basic questions.
Olga
>> gateway for card verification and merchant account is just the account where money from the transaction are going to
Yup. One make the transactions happen while the other receives and holds the funds. In some cases the vendor combines these services and offers them as a package deal so it can be hard to compare apples to apples unless you can discern what each provider is selling you.
A merchant account basically allows you to accept Visa and MasterCard. The processor gets the money from the consumer's (issuing) bank, gets it to the merchant account's (acquiring) bank and then over to you :)
The electronic payment gateway is the virtual connectivity between your website & First Data or Visanet / Discover / AmEx, etc to help verify the transaction. It is similar to the POS terminal in the grocery store.
-Corey
BTW, the Nova platform is not compatible with some merchant gateways, but they are compatible with Authorize.
Thanks for the information. I start understanding how this system works.
1. I've got prices for the merchant account and gateway for the Bank Of America. The gateway setup fee is $150 and monthly fee $19.95 (They are using Cybersource gateway). The merchant account - 15c per transaction and the rate is 3.65% (they told me that the rate is hight because my business is 100% online and that's why it is a high risk business and also because the average transaction rate ($20) is low).
2. I also called Costco. The fees for a merchant accoutn are excellent, but they don't have a gateway. They work either with Verisign or Authorizenet. Verisign setup fee is around $270 and $60 monthly payment. Authorizenet - $299 setup fee and $50 monthly payment.
So, the cheapest gateway solution is in the Bank Of America, but the merchant account rate is the worst there. Could someone recommend me which way to go? Can I negotiate with the Bank Of America regarding their rate?
I also have another question: i am going to choose the "Hosted order page" as the gateway implementation, so the customers are going to be redirected to the gateway provider's secure server to fill in the payment information. I still need to enable security on my server to get trasaction results back from the gateway server, but the question is - do I have to go with the security sertificate from an authorized third party, or can use a "self-signed" sertificate? The security certificates from the authorized parties are expensive, and I the only thing I need it for - to get the result of the transaction, since the payment information is going to be collected on the secure server of the gateway provider. I though that may be in my case the self-signed certificate is enough?
Thanks
Olga Agady
Hi, everybody
Thanks for the information. I start understanding how this system works.1. I've got prices for the merchant account and gateway for the Bank Of America. The gateway setup fee is $150 and monthly fee $19.95 (They are using Cybersource gateway). The merchant account - 15c per transaction and the rate is 3.65% (they told me that the rate is hight because my business is 100% online and that's why it is a high risk business and also because the average transaction rate ($20) is low).
2. I also called Costco. The fees for a merchant accoutn are excellent, but they don't have a gateway. They work either with Verisign or Authorizenet. Verisign setup fee is around $270 and $60 monthly payment. Authorizenet - $299 setup fee and $50 monthly payment.
So, the cheapest gateway solution is in the Bank Of America, but the merchant account rate is the worst there. Could someone recommend me which way to go? Can I negotiate with the Bank Of America regarding their rate?
I also have another question: i am going to choose the "Hosted order page" as the gateway implementation, so the customers are going to be redirected to the gateway provider's secure server to fill in the payment information. I still need to enable security on my server to get trasaction results back from the gateway server, but the question is - do I have to go with the security sertificate from an authorized third party, or can use a "self-signed" sertificate? The security certificates from the authorized parties are expensive, and I the only thing I need it for - to get the result of the transaction, since the payment information is going to be collected on the secure server of the gateway provider. I though that may be in my case the self-signed certificate is enough?
A self-signed cert is not all tht great because the user will get a warning. And this usually freaks a lot of people out. Some companies offer a shared SSL, but with SSL certs being so cheap now, I tell my customers to get their own. Besides, a shared SSL does pose some security risks as well
-Corey
I will check Verisign again, also I will call to the Bank of America once more, may be I can negotiate a rate (even though I am very pessimistic about that - I am not a good negotiator).
Regarding SSL sertificate: I've seen cerificates for around $350-400 a year. Is this an average price, or there is a place where I can get one for less?
Thanks a lot
Olga Agady