Webhooks
Webhooks for system event notifications.
Setup:
Go to Creator Dashboard β Settings (three-dot menu) β API Keys section
Generate API key if you haven't already
Specify your webhook URL in the webhook settings
Signature verification: Each request contains trbt-signature header with HMAC-SHA256 signature of request body signed with your API key.
Retry attempts: On delivery failure, system retries after 5min, 15min, 30min, 1h, 10h.
Notification about user purchasing a subscription
new_subscriptionPossible values: Event creation time
2025-08-25T01:15:58.33246ZEvent sending time
2025-08-25T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
Notification about user cancelling a subscription
cancelled_subscriptionPossible values: Event creation time
2025-03-21T11:20:44.013969ZEvent sending time
2025-03-21T11:20:44.527657077ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
Notification about new physical order creation
physical_order_createdPossible values: Event creation time
Event sending time
Webhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
Notification about physical order shipping
physical_order_shippedPossible values: Event creation time
Event sending time
Webhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
Notification about physical order cancellation
physical_order_canceledPossible values: Event creation time
Event sending time
Webhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
Notification about a new donation
new_donationPossible values: Event creation time
2025-03-20T01:15:58.33246ZEvent sending time
2025-03-20T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
Notification about a recurring donation payment
recurrent_donationPossible values: Event creation time
2025-03-20T01:15:58.33246ZEvent sending time
2025-03-20T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
Notification about a cancelled recurring donation
cancelled_donationPossible values: Event creation time
2025-03-20T01:15:58.33246ZEvent sending time
2025-03-20T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
Notification about a digital product purchase
new_digital_productPossible values: Event creation time
2025-03-20T01:15:58.33246ZEvent sending time
2025-03-20T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
Notification about a shop order payment completion.
shop_orderPossible values: Event creation time
2025-03-20T01:15:58.33246ZEvent sending time
2025-03-20T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
Last updated