We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
开发者_运维百科 Improve this questionI am new to Payment Gateways and I am really confused in choosing the payment gateway for my website.
I have website where user have money in their online account. I need a payment gateway that can allow user to directly transfer money from their bank accounts or to their bank accounts from their online account. User can be from any region so, this payment gateway should support maximum no. of international banks.
Also the payment gateway should be compatible with PHP.
thanks in advance.
Something like Envoy Services, perhaps? They offer a number of services, including a hosted gateway which can be used to gather a user's bank account details (the structure of which can vary depending on the user's region), and APIs to manage payments to and from those accounts.
Have you looked at PayPal? They have a PHP API and they support bank accounts.
For those who are still looking for payment gateways. Here is my study on payment gateways. Now a days you will get payment gateway API for maximum programming platforms. If you are using PHP then options are unlimited. You can also ask to payment gateway providers to provide you "How to Guide" for integration of their gateways. Many things you have to keep in mind before choosing payment gateways. Some of are as below:
- What type of transactions do you need. Credit cards, Debit card, Net Banking, Cash cards etc.
- What is the Setup fees which is varies from Rs. 0 to Rs. 30,000.
- What is the Annual Maintenance Charges (AMC) are going to cost you for using their gateway for long time.
- Most important what will be the TDR (Transaction Discount Rate) by gateways. Suppose customer pay online for Rs. 100, what will you get after deducting TDR. For example on use of credit card and netbanking TDR rate may be higher in comparision to Debit cards. It may be differ to different payment gateway providers. Now a days usually for Debit cards it is 1.25% to 1.5%, Credit Cards 2% to 3.75%, Net Banking 2% to 4% depends on plans you chose.
- Payout Time : Whan will the amount reflects in your account on successful transaction.
- Customer Suport.
- Refund Management
- Data Analytics, transaction reports
- Merchant interface to keep a track of all your transactions on real time basis
- Security of Transactions
Hope this helps you.
精彩评论