Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
What is Webhooks
A webhook (also called a web callback or HTTP push API) is a way for an app to provide other applications with real-time information. A webhook delivers data to other applications as it happens, meaning you get data immediately.Setup Webhooks via API
Read more about how to setup webhooks subscription here: Webhooks SubscriptionsSetup Webhooks via Backoffice
You can setup Webhooks via Dintero Backoffice underSettings —> Webhooks.
Verify event signature
You can verify that the request received originated from Dintero by creating the subscription withHMAC-SHA1 secret set.
The request sent to your subscription url will then include a event-signature
header that you can verify using the secret used when the subscription was
created