Skip to content

Fix: feat: Webhook event type subscriptions for targeted event delivery (Auto-Generated) - #167

Merged
dotunv merged 7 commits into
Savitura:mainfrom
helloworld1-star:driptide/issue-142-1788178473263
Aug 31, 2026
Merged

Fix: feat: Webhook event type subscriptions for targeted event delivery (Auto-Generated)#167
dotunv merged 7 commits into
Savitura:mainfrom
helloworld1-star:driptide/issue-142-1788178473263

Conversation

@helloworld1-star

Copy link
Copy Markdown

Closes #142

This pull request was generated automatically and scoped strictly to issue #142.

Changes

Implement webhook event type subscriptions feature: added migration/database schema for webhook_subscriptions, supported specified event types (payment.completed, payment.failed, fx.quote.created, settlement.completed, batch.completed), updated webhook dispatcher/repository to check subscriptions before event delivery, added GET/POST/DELETE API endpoints for webhook subscriptions management, included event type in the X-Webhook-Event header, and added default behavior backward compatibility and tests.

Verification

⚠️ Not verified locally (no build system detected, or the required toolchain isn't installed on the worker). GitHub CI is the source of truth — please check the CI status on this PR before merging.

Linked with Closes #142 so the Drips Wave bot resolves the issue on merge.

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@helloworld1-star Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@dotunv
dotunv merged commit bd268e2 into Savitura:main Aug 31, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Webhook event type subscriptions for targeted event delivery

2 participants