Handling & processing credit card payments

Posted by Bob Jansen on Programmers See other posts from Programmers or by Bob Jansen
Published on 2014-06-02T02:14:06Z Indexed on 2014/06/02 3:54 UTC
Read the original article Hit count: 243

Filed under:
|
|

I'm working on program that charges customers on a pay as you go per month modal. This means that instead of the customers paying their invoices at the start of the month, they will have to pay at the end of the month. In order to secure the payments I want my customers credit card information stored so that they can be charged automatically at the end of the month.

I do not have the resources, time, or risk to handle and store my customers credit card information on my servers and am looking for a third party solution. I'm a tad overwhelmed by all the different options and services that are out there and was wondering if anyone with experience have any recommendations and tips.

I'm having difficulty finding services that allow me to to store my customers credit card information and charge them automatically. Most of them seem to offer an invoice styled approach.

© Programmers or respective owner

Related posts about security

Related posts about payment