29.3 Notification Queue
This topic provides information about Notifications, which are generated when a payment is successfully processed, cancelled from any queue, or moved to the Future Valued queue.
Notifications
The following are the standard notifications sent in response to their
respective events:
Table 29-3 Event Code and Event Description
| Event Code | Transaction Type | Event Description |
|---|---|---|
| PAYMENT_SUCCESS | Outbound | Upon Successful processing of the payment |
| PAYMENT_CANCEL | Outbound | When the payment is cancelled |
| FUTURE_DATED | Outbound | When the payment is moved to Future valued queue |
| PAYMENT_SUCCESS | Inbound | Upon Successful processing of the payment |
| PAYMENT_CANCEL | Inbound | When the payment is cancelled |
| REJECT_IN_SUCCESS | Inbound | When the payment is marked as Rejected due to incoming Reject message processing |
| RETURN_IN_SUCCESS | Inbound | When the payment is marked as Returned due to incoming Return message processing |
| FUTURE_DATED | Inbound | When the payment is moved to Future valued queue |
| PAYMENT_SUCCESS | Outbound Return | Upon Successful processing of the payment |
| PAYMENT_CANCEL | Outbound Return | When the payment is cancelled |
| PAYMENT_SUCCESS | Inbound Return | Upon Successful processing of the payment |
Parent topic: Annexure