What are Webhooks?

Webhooks are http callbacks, speaking simply whenever an event happens at our end, we will call your api(webhook that you set at our end) to notify you of the event. Read more about webhooks here.

We have various events for which we can notify you eg transfer success, transfer failure, low balance etc.

You can either create separate webhook urls for each event or listen to them using the default webhook.

Following events can be obtained from payouts:

Last updated