Message Notifications
The Trigger Notifications API provides an interface to trigger proper notification for any given transaction based on the provided session_id or order_no.
This API is useful when you need to manually trigger the notification process for a specific payment transaction, such as when a payment is successful but the notification has not been sent.
Two key identifiers, order_no and session_id, can be used interchangeably to specify the payment transaction that the operation should be applied to.
By providing any combination of email, sms or whatsapp in channels, if relative configurations are present and the transaction's notification field has the event inside the specified channel, the API will initiate the notification process.
For every operation, the API provides a clear response containing information about the executed operation, a user-friendly message (detail), and the operation's result (success indicates a successful operation).
Private API key to be provided in the format Api-Key <key>.
Api-Key vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11loThis serializer is used to validate the lookup fields for the inquiry operation.
This is an optional identifier used to specify the payment transaction upon which the operation should be performed. You can use either the order_no or session_id field; at least one of these two identifiers must be provided to select the payment transaction that should be actioned.
Similar to order_no, session_id is an optional identifier used to specify the payment transaction for the operation. You must provide either order_no or session_id in order to select the appropriate payment transaction.
Last updated