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:
Event | Description |
---|---|
bankAccount.new | Triggered when a bank account is created |
receiver.new | Triggered when a receiver is created |
receiver.update | Triggered when a receiver is updated |
payout.new | Triggered when a payout is started |
payout.update | Triggered when a payout receive an update |
payout.complete | Triggered when a payout is completed, failed or refunded |
payin.new | Triggered when a payin is started |
payin.update | Triggered when a payin receive an update |
payin.complete | Triggered when a payin is completed or failed |
Creating a webhook
Before creating a payout, you need to:
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.
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
.