payment-processing

Best/Easiest/Most-Reliable Recurrent Billing Service today for E-Commerce Site?

I am going to build a product management system on rails that will allow the admins to create products, donations, and subscriptions, and allow users to buy products, donate, and subscribe, with a price range anywhere from $1 - $50,000. I haven't really enjoyed my experience with PayPal so far as the documentation isn't that great and i...

payment process without leaving the site with paypal and php

Hi All, i want to use paypal as my payment gateway with php. I want that my site user should not be redirected to paypal website for the payment process. Is there any way t do this. And also i want to make payment with credit card only. Thanks in advance Avinash ...

How to develop a manual money-transfer interface for my website?

I have developed a website. Users need to prepay for his projects/tasks. Now I want to provide a way which a user can recharge his financial account on my website. Suppose the financial account of my website is a moneybookers account and a user can send money to this account manually, how could I develop the interface? You know,many user...

Gift Aid Payments - Integrating a payments system API into a charity site

Hello all, Ambiguous question, I know. But anyway, I'm developing a client's site that will enable users to donate to people doing charity work abroad. I need the users of the site who create their profiles to be able to input their PayPal email address (for example) and as such any users who click the big 'Donate' button on their profi...

How to create and submit an ACH file?

How can I create an ACH file in a Java application (although the language isn't important) and submit it to be processed? I need to know the format of the ACH file and then what to do with it afterwards. Looking at this question, I see links to external processors. Do I need to use a third party to submit the file? Creating the file ...

Paypal to return true or false

Hey, So I am curious on how to setup a recurring payment like I have here, but I need paypal to return to me if the payment was successful, and ONCE it is go to X.PHP page where I update the MySQL User Table stating he has setup payment. If anyone could give me some guidance that would be great. echo '<form action="https://www.pay...

Monthly Payment Processing

I am building site for a client in .NET. The site has a monthly subscription service, wherein customer pay for the services with debit/credit card details. Money will be deducted from the account regularly. Customers can cancel the subscription service at any time and the collection should be stopped. Is there any service that I can us...

What is the Simplest Possible Payment Gateway to Implement? (using Django)

I'm developing a web application that will require users to either make one time deposits of money into their account, or allow users to sign up for recurring billing each month for a certain amount of money. I've been looking at various payment gateways, but most (if not all) of them seem complex and difficult to get working. I also se...

How to solve the problem of not being informed of successful payments by the 3rd party system used by my website?

I have a subscription based website that interacts with a 3rd party system to handle the payments. The steps to process a new subscriber registration are as follow: The subscriber enters his/her details in the subscription form and click on the submit button. Assuming the details specified are valid, a new record is created in the dat...

How to automate disbursement of electronic payments from one bank account to 20,000 other bank accounts?

I am helping a startup business to launch and I will be building or finding a shopping cart software for its website. There will only be one product for sale, but anytime someone buys a product, I have to use customer information like their zipcode and which distributor they bought from to calculate commissions that will go to the differ...

How to do recurring with bank account payment mode using authorized.net

Hi All, I am using recurring facility of authorized.net using active_merchant plugin in rails. there are two payment method for this 1] Credit Card 2] Bank Account I successfully done it using Credit Card For Recurring i need my Test Mode off. Also my E-check, credit card processing, and subscriptions are all enabled. But i am not...

Electronic payments (ACH) providers for .NET

I am looking to implement ACH payment processing on my site and were looking for some recommendations about which payment provider to use. I've heard a lot about authorize.net. Are there any others? Does anyone have experience with any of them, any recommendations? Thank you. ...

What is the best book on payment fraud analysis, detection and prevention

Hi there Im looking for a good book describing what types of fraud can you come across in online services as well as some techniques of detecting and preventing them. Does not have to be super technical, im more interested in bigger picture than algorithms (maybe even financial or forensic angle) : ) Thanks for help : ) art ...

What do you use for recurring payments in a Rails Application?

I'm fairly new to rails so I'm definitely not up to speed on the community's best practices, tools, etc. So I figure this may be the best place to ask. What do you use for recurring billing in a rails app? From what I can tell, there are a number of options including rolling my own with ActiveMerchant or using one of the SaaS out there...

is there a multiple payment providers (paypal, ogone, ...) php module for use in a web app?

We are building an ecommerce app where we want our users to pick out a (any provider we can make compatible with our app) payment provider. Up to today, we only support paypal and we have implemented this rather manually. We are looking for some sort of a module (free or commercial) to easily plugin in more payment providers to let cust...

HTML/ASP.NET: <input type="hidden" name="reference" value="ABC"/>

Hi, I just wanna ask if there's a possibility to change: <input type="hidden" name="reference" value="ABC"/> into this: <input type="hidden" name="reference" value="any values I want"/> where I can set any values behind .cs/C# - making it dynamically. The payment gateway I'm using requires and I can't find a way to included an AS...

How to create a Zen Cart payment module

I'm interested in writing a Zen Cart payment module for a certain payment-gateway for people to download and install in their ecommerce website. My experience with Zen Cart is minimal so I don't know where to start. I checked the FAQ section on Zen Cart's website and I only found completed modules, no code examples of how to write one fr...

Implementing our billing system in rails: Paypal, pure Merchant Account / Gateway, or something like Chargify ?

I've seen a few questions related to API specifics and paypal. Generally speaking if I'm going to offer my rails app as a subscription based service, what are the pros and cons of the different payment systems available on rails? My main concerns are: Avoiding PCI compliance, and not storing any credit cards on our servers Easy API w...

Need to accept payments from a linked checking account. What packages/frameworks/apis are available?

I'm building a payments tool into my site that ideally would be able to link with the customer's personal checking account. It would also have the ability to pay other parties directly into their checking accounts. When you sign up for financial accounts like ING Direct or E-Trade, they are able to link your checking account by taking ...

Micropayment processing using Paypal or other payment processing service?

Currently, I use PayPal for payment processing. Almost 90% of the items are sold for $.99 and would like to use Paypals's Micropayment account, but PayPal states "support for Micropayments to merchants for US to US, GB to GB, AU to AU, and EU to EU transactions". My company is located in the US but the customers are very global. Does th...