šŸŒ Webhooks

Webhooks let you subscribe to events happening within SnapRefund and automatically receive a delivery of data to your server whenever those events occur.

When you create a webhook, you specify a URL and subscribe to events. When an event that your webhook is subscribed to occurs, we will send an HTTP request with data about the event to the URL that you specified. If your server is set up to listen for webhook deliveries at that URL, it can take action when it receives one.

You can also specify the secret that will be used to generate the signature value in the header. You can use it to check the webhook.

Currently existing events:

  • Mass payment file process is completed
  • Mass sending of the payments is completed
  • Payment status changed
  • Account Verification status changed
  • Beneficial owners status changed