Problem
When a document hash is successfully anchored or verified on Stellar, no external system is notified. Integrators who need to react to on-chain confirmation events must poll the API continuously.
Proposed Solution
Create a VerificationWebhookNotifier inside contract/module/webhook/ that sends an HTTP POST notification to a configured webhook URL after each successful Stellar operation.
Acceptance Criteria
Problem
When a document hash is successfully anchored or verified on Stellar, no external system is notified. Integrators who need to react to on-chain confirmation events must poll the API continuously.
Proposed Solution
Create a VerificationWebhookNotifier inside
contract/module/webhook/that sends an HTTP POST notification to a configured webhook URL after each successful Stellar operation.Acceptance Criteria