We want to apply additional business logic based on customers’ billing related transactions like subscription/renewal etc. on the server side.
For eg : Whenever there is a paid subscription by a user, provide some incentives or something similar.
What would be the best approach in order to get the transactions information?
- Is there an API which we can poll for transactions from the server at regular intervals?
- Will Webhooks solve this problem? Where can I find some examples of Webhooks?
We are currently using Free plan.