Reputation: 31
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?
Upvotes: 1
Views: 72
Reputation: 14436
I am the developer of Billy. Surely Billy was written in Python, but it doesn't mean you cannot use it with PHP. It provides a set of simple REST API based on HTTP, so that you can call from PHP with something like libcurl. For Billy REST API, please reference to the document. If you want to use Billy with API client library rather than sending raw HTTP requests manually, currently we don't have a PHP client library, but as it is required by users, we may added it later soon. We created an issue for it here, where you can trace the progress. Hope this could be helpful to you.
Upvotes: 2