balanced / balanced-api

Balanced API specification.
221 stars 72 forks source link

Does balanced market support for recurring billing #536

Closed kiranbabus closed 10 years ago

kiranbabus commented 10 years ago

I have searched and there is an API called billy for supporting the recurring billing in balanced market. Anyways, it is developed in Python, but my application is in PHP. So I can't use billy.

Are there any other APIs or scripts for supporting the recurring billing in balanced market?

matthewfl commented 10 years ago

you can create recurring charges yourself using something like a cron task and charging the same card token again. We are currently working on billy which will provide you with an interface for setting up recurring billing tasks, however that is not yet widely being used and does not have a php client.

steveklabnik commented 10 years ago

This was discussed in https://github.com/balanced/balanced-api/issues/40 , as @matthewfl it will be a Billy responsibility.

my application is in PHP. So I can't use billy.

Billy will be a service like any other; it will eventually have PHP client support.