congrats man. This is cool. Does the work on mobile apps too? We are coming up with a mobile app where users have to buy AI credits as add-ons - and we were building out own credit sysyem. How can this help?
Hey there! Thanks a lot! Of course, it would work also on mobile apps. As long as you can make an http request to api.creduse.com/endpoint, you can run it wherever you want :)
In your case if the user's payment is completed you can send a POST request to /add with the amount of credits you want to add. The user then, will receive his credits. That's it.
You can find a lot more details on doc.creduse.com
Awesome. I checked it out and forwarded it to my team. However their feedback back that since we already use chargebee for subscription management, this might add little value for our usecase. This requires the management of when to start the cycle, when to subtract credits, how much of credits to subtract at our end itself. Added info if required to be extracted will need to be passed on via apis - which might add more work to implement this. Thought i'll share the feedback so that you can think in this direction in the future. All the best!