Default Webhooks

We provide the option of setting a default webhook to listen to any event that has not been individually webhooked. Tips while using the default webhooks in combination of other webhooks:

  • If you do not set any webhooks including the default webhook, you will not get any events.

  • If you set only the default webhook , you will get all the events on the default webhook.

  • If you set a few webhooks along with the default webhook, you will get individual events to the set webhooks and default webhook will be called for the events that have not been set by you. For eg If you have set the default webhook, transfer success and transfer failed webhooks only, the transfer success/failed events will be pushed to the set webhooks corresponding to transfer success/failure . The remaining events eg deposit , low balance will be sent to the default webhook.

  • If you set the certain webhooks but not the default webhook, you will receive the events on individual webhooks. Unset events will not be pushed as default webhook is not known to us.

To get started with webhooks, you need to first create certain apis for listening to different payouts events and then let us know about these api urls by setting them at our end.

Last updated