{
"id": "01968118-96ca-702f-8d57-63c23479dd5b",
"subscription_id": "01968118-d9fe-7b06-adec-19167234406c",
"organization_id": "01968118-ff61-71a1-8c88-9a5032bc0d28",
"membership_id": "01968119-23e1-7650-9eb5-0268e910cf80",
"type": "v1/consent-revocations",
"created_at": "2025-01-01T10:00:00Z",
"data": {
"client_id": "01968119-8efd-7422-8a8a-75c9b45a6a69",
"revoked_at": "2025-01-01T10:00:00Z"
}
}
Supported webhooks
v1/consent-revocations
Webhook that delivers events related to OAuth 2 consent revocations.
WEBHOOK
v1
/
consent-revocations
{
"id": "01968118-96ca-702f-8d57-63c23479dd5b",
"subscription_id": "01968118-d9fe-7b06-adec-19167234406c",
"organization_id": "01968118-ff61-71a1-8c88-9a5032bc0d28",
"membership_id": "01968119-23e1-7650-9eb5-0268e910cf80",
"type": "v1/consent-revocations",
"created_at": "2025-01-01T10:00:00Z",
"data": {
"client_id": "01968119-8efd-7422-8a8a-75c9b45a6a69",
"revoked_at": "2025-01-01T10:00:00Z"
}
}
{
"id": "01968118-96ca-702f-8d57-63c23479dd5b",
"subscription_id": "01968118-d9fe-7b06-adec-19167234406c",
"organization_id": "01968118-ff61-71a1-8c88-9a5032bc0d28",
"membership_id": "01968119-23e1-7650-9eb5-0268e910cf80",
"type": "v1/consent-revocations",
"created_at": "2025-01-01T10:00:00Z",
"data": {
"client_id": "01968119-8efd-7422-8a8a-75c9b45a6a69",
"revoked_at": "2025-01-01T10:00:00Z"
}
}
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?