{
"id": "123e4567-e89b-12d3-a456-426614174000",
"subscription_id": "123e4567-e89b-12d3-a456-426614174000",
"organization_id": "123e4567-e89b-12d3-a456-426614174000",
"membership_id": "123e4567-e89b-12d3-a456-426614174000",
"type": "v1/organizations",
"created_at": "2025-01-24T10:55:00Z",
"data": {
"event": "suspended",
"id": "123e4567-e89b-12d3-a456-426614174000",
"legal_name": "Elektro Tesla GmbH",
"slug": "elektro-tesla-gmbh-3066",
"locale": "de",
"legal_country": "DE",
"legal_form": "GmbH",
"legal_sector": "6200Z",
"legal_number": "12A34FC5",
"legal_registration_date": "2022-01-01",
"legal_share_capital": 100000,
"contract_signed_at": "2022-12-01T08:57:00.123Z",
"status": "suspended",
"created_at": "2022-12-01T08:57:00.123Z",
"updated_at": "2022-12-01T08:57:00.123Z"
}
}
Supported webhooks
v1/organizations
OAuth scope: organization.read
Webhook that delivers events related to organizations.
Supported events:
organizations.suspendedorganizations.deactivated
WEBHOOK
v1
/
organizations
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"subscription_id": "123e4567-e89b-12d3-a456-426614174000",
"organization_id": "123e4567-e89b-12d3-a456-426614174000",
"membership_id": "123e4567-e89b-12d3-a456-426614174000",
"type": "v1/organizations",
"created_at": "2025-01-24T10:55:00Z",
"data": {
"event": "suspended",
"id": "123e4567-e89b-12d3-a456-426614174000",
"legal_name": "Elektro Tesla GmbH",
"slug": "elektro-tesla-gmbh-3066",
"locale": "de",
"legal_country": "DE",
"legal_form": "GmbH",
"legal_sector": "6200Z",
"legal_number": "12A34FC5",
"legal_registration_date": "2022-01-01",
"legal_share_capital": 100000,
"contract_signed_at": "2022-12-01T08:57:00.123Z",
"status": "suspended",
"created_at": "2022-12-01T08:57:00.123Z",
"updated_at": "2022-12-01T08:57:00.123Z"
}
}
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"subscription_id": "123e4567-e89b-12d3-a456-426614174000",
"organization_id": "123e4567-e89b-12d3-a456-426614174000",
"membership_id": "123e4567-e89b-12d3-a456-426614174000",
"type": "v1/organizations",
"created_at": "2025-01-24T10:55:00Z",
"data": {
"event": "suspended",
"id": "123e4567-e89b-12d3-a456-426614174000",
"legal_name": "Elektro Tesla GmbH",
"slug": "elektro-tesla-gmbh-3066",
"locale": "de",
"legal_country": "DE",
"legal_form": "GmbH",
"legal_sector": "6200Z",
"legal_number": "12A34FC5",
"legal_registration_date": "2022-01-01",
"legal_share_capital": 100000,
"contract_signed_at": "2022-12-01T08:57:00.123Z",
"status": "suspended",
"created_at": "2022-12-01T08:57:00.123Z",
"updated_at": "2022-12-01T08:57:00.123Z"
}
}
Authorizations
The signature header follows the format t={timestamp},v1={signature}.
Verification steps:
- Extract the timestamp and signature from the signature header
- Reject the request if the timestamp is older than 5 minutes
- Recreate the signed payload: '{timestamp}.{raw_request_body}'
- Compute HMAC-SHA256 of the signed payload using your webhook secret as the key
- Compare the computed signature with the one in the header
Body
application/json
Unique identifier for this webhook event
Example:
"123e4567-e89b-12d3-a456-426614174000"
ID of the webhook subscription that received the event
Example:
"123e4567-e89b-12d3-a456-426614174000"
ID of the organization that owns the bank account
Example:
"123e4567-e89b-12d3-a456-426614174000"
ID of the membership associated with subscription
Example:
"123e4567-e89b-12d3-a456-426614174000"
Available options:
v1/transactions, v1/accounts, v1/organizations, v1/memberships, v1/consent-revocations, v1/cards, v1/payment-links, v1/payment-links-connections, v1/beneficiaries, v1/client-invoices, v1/terminal-payments, v1/clients, v1/products, v1/transfers, v1/recurring-transfers Example:
"v1/transactions"
Timestamp when the webhook event was created
Example:
"2025-01-24T10:55:00Z"
Show child attributes
Show child attributes
Response
200
Webhook received successfully
Was this page helpful?