🔔Notifications

Notifications are sent to notifyUrl given during transaction creation. The notification has following body:

You can get signature from client panel settings tab.


Example notification body:

{
"id": "uuid"
"amount": "1",
"status": "FAIL" || "SUCCESS",
}

Last updated