Subscribe to Direct Debit webhook events to receive real-time notifications about mandate activity.Documentation Index
Fetch the complete documentation index at: https://docs.equalsmoney.com/llms.txt
Use this file to discover all available pages before exploring further.
DirectDebitCreated
A new Direct Debit mandate has been created.Sample payload
Event fields
| Field | Type | Description |
|---|---|---|
accountId | string | The ID of the account |
budgetId | string | The ID of the budget associated with the Direct Debit |
directDebitId | string | The ID of the newly-created Direct Debit (valid UUID) |
reference | string | The Direct Debit reference (≤ 18 characters) |
messageId | string | The ID of the specific webhook event message. We’ll keep retrying to send an event with the same messageId until we receive a 200 response (36 characters) |
webhookEventTypeName | string | The name of the webhook event type: DirectDebitCreated |
DirectDebitCancelled
A Direct Debit mandate has been cancelled.Sample payload
Event fields
| Field | Type | Description |
|---|---|---|
accountId | string | The ID of the account |
budgetId | string | The ID of the budget associated with the Direct Debit |
directDebitId | string | The ID of the cancelled Direct Debit (valid UUID) |
reference | string | The Direct Debit reference (≤ 18 characters) |
messageId | string | The ID of the specific webhook event message. We’ll keep retrying to send an event with the same messageId until we receive a 200 response (36 characters) |
webhookEventTypeName | string | The name of the webhook event type: DirectDebitCancelled |