Easily Integrate Seerbit Webhooks with your application.
https://doc.seerbit.com/webhook-1/webhook-event
Steps to receive Seerbit Webhooks
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select Seerbit. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
- Step 1
- Step 2
- Once a webhook is received from Seerbit, you'll see it under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Integrating Seerbit Webhooks Using Javascript
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select Seerbit. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
- Step 1
- Step 2
- Once a webhook is received from Seerbit, you'll see it under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Integrating Seerbit webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.
Integrating Seerbit Webhooks Using Ruby
Integrating Seerbit webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.
Configuring Seerbit Webhook Authentication
Here's how it works
Supported Seerbit Webhook Events
refund
A refund related event has occurred.
dispute
A dispute related event has occurred.
transaction
A transaction related event has occured.
transaction.recurrent
A recurrent related transaction event has started.
transaction.wallet
A wallet related transaction event has occurred.
transaction.recurring.debit
A recurrent debit related transaction has occurred.