payment.paid.v1
Constant
import { EVENT_NAMES } from "@platform/contracts";
EVENT_NAMES.PAYMENT_PAID_V1;Publishers
No service currently publishes this event.
Subscribers
No service currently subscribes to this event.
Payload schema
Schema definition not detected. See packages/contracts/src/events/ for the source.
Delivery semantics
- At-least-once delivery. Consumers must dedupe by event ID.
- Fanned out to both NATS (in-cluster) and EventBridge (durable). See Events concept.