Webhooks
Webhooks allow you to receive real-time notifications when events occur in your Dimebia account.
Overview
Webhooks are HTTP callbacks triggered by events. Dimebia sends a POST request to your configured endpoint when specific events occur.
Supported Events
Transaction Events
| Event | Description |
|---|---|
transaction.created | A new transaction was created |
transaction.processing | Transaction is being processed |
transaction.succeeded | Payment completed successfully |
transaction.failed | Payment failed |
transaction.refunded | Transaction was refunded |
transaction.cancelled | Transaction was cancelled |
Subscription Events
| Event | Description |
|---|---|
subscription.created | New subscription created |
subscription.updated | Subscription was modified |
subscription.cancelled | Subscription was cancelled |
subscription.expired | Subscription expired |
invoice.paid | Invoice was paid |
invoice.payment_failed | Invoice payment failed |