Notifications
Notifications are sent to notifyUrl given during transaction creation. The notification has following body:
Each request is signed by "Signature" header the header is calulated by following sha256 hash
${jsonPaysload}.${signature}
You can get signature from client panel settings tab.
Example notification body:
{
"id": "uuid"
"amount": "1",
"status": "FAIL" || "SUCCESS",
}
Last updated