Webhooks

Receive events from all BlindPay updates.

What are Webhooks?

Webhooks are a way to receive events from all BlindPay updates. This means that for every receiver created, bank account created and every payout event, you will receive all the data in real time.

These are all the events that you can receive:

EventDescription
bankAccount.newTriggered when a bank account is created
receiver.newTriggered when a receiver is created
receiver.updateTriggered when a receiver is updated
payout.newTriggered when a payout is started
payout.updateTriggered when a payout receive an update
payout.completeTriggered when a payout is completed, failed or refunded

Creating a webhook

Before creating a payout, you need to:

  1. Create an account on BlindPay
  2. Create a development instance

Now you can go to the BlindPay Dashboard, select an instance and click on the Webhooks tab.

If you just want to check if the events are being triggered, you can use Webhook Cool, a testing tool which will provide you an unique URL to receive the events.

BlindPay Webhooks

If you want to check all the events triggered by BlindPay or retry some event that you want to receive again, you can go to Events dashboard.

BlindPay Webhook Debugging