API-based solutions for sending payments to people without bank accounts

Posted by Tauren on Stack Overflow See other posts from Stack Overflow or by Tauren
Published on 2010-06-09T08:05:28Z Indexed on 2010/06/09 8:12 UTC
Read the original article Hit count: 212

I'm looking for inexpensive ways to send payments to hundreds or thousands of individual contractors, even if they do not have a bank account. Currently I only need to support payment in the USA, but may eventually be international. Here's the scenario:

I offer a service that allows an organization or manager-type person to coordinate contractors for very short term jobs. These jobs are typically only an hour or two in length. A contractor may get only one job over an entire month, several jobs spread out over a month, multiple jobs on a single day, or any other combination. Thus, a single contractor could earn as little as one job's payment up to potentially payment for dozens. Payment for a month could be as little as $10 up to $1000's.

Right now, the system provides payroll reports to the manager and it is the manager's responsibility to produce checks, stuff envelopes, and send mail via the US postal service. I'd like to remove this burden from the manager and have all the payments taken care of for them automatically by the system.

I'm not sure where to start or what the best options would be. I'm starting to look into the following solutions, but don't know specifics yet and would like some advice before pursuing them. I'd also like to hear about other ideas or suggestions.

  • PayPal (Send Money, Adaptive Payments, x.com, other???)
  • Amazon (Flexible Payments System?)
  • Fund some sort of pre-paid debit card?
  • Web service with API that mails checks for you?
  • Direct deposit via a bank API (for users with bank accounts)?

The problem is that many of these contractors may not be able to obtain bank accounts or credit cards within the USA. I don't mind doing a hybrid of solutions, but are there any that would work well with this issue? I want the solution to be easy to use for the contractors, meaning that they can get the money easily (via check in the mail, debit card ATM withdrawal, etc.)

© Stack Overflow or respective owner

Related posts about api

Related posts about paypal