Publish Alert Event
Loading...
API endpoint path: /db-events/v1/realtime-events
Trigger an alert notification when an event occurs. This API processes the event data and sends notifications based on the configured alert type, template, and customer preferences.
Event Domain Types:
- AccountEvent: Account-related alerts (balance changes, low balance, etc.)
- TransactionEvent: Transaction-related alerts (large transactions, payment exceeding limit, etc.)
- NotificationEvent: Messages from external parties (such as Visa) that pass through to the customer without additional processing
- UserEvent: User-related events (login, password change, etc.)
Processing Flow:
- Event is received and validated
- Alert type and user preferences are matched
- Template is applied with event data
- Notifications are sent via configured channels (EMAIL, SMS, PUSH)
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 500
Event accepted
Bad request
Unauthorized
Forbidden
Not Found
Internal error. Error codes: PRMSYS_10002 (Malformed input data), PRMSYS_10003 (Missing eventDetails or notification), PRMSYS_10007 (Missing mandatory fields), PRMSYS_10008 (Invalid institutionId), PRMSYS_10013 (Missing Authorization Token)