anon
anon

Reputation:

How to implement an automatic payment system?

I was thinking how to build an automated system to pay users who got some credits on the website.

Let's make things simple: I have an user table with a field €CREDIT for each users. How can I pay each month those users?

Upvotes: 0

Views: 823

Answers (1)

Nathan
Nathan

Reputation: 11149

Paypal have a fairly simple API. It all depends what payment system you want to use. If Paypal isn't appropriate, we need more information.

Upvotes: 3

Related Questions