Skip to content

feat(backend): Implement transaction status webhook fan-out #32

Description

@Viky207

Problem

Transaction status changes not broadcast to webhooks.

Task

Implement event fan-out.

Acceptance Criteria

  • Events: payment.initiated, settled, failed, refunded
  • Fan-out filtered by event type
  • Retry with backoff
  • DLQ for failures
  • Background via JobQueueModule
  • Deduplicated by eventId

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions