//Request Model sent to the webhookURL provided by the client
curl -X POST "{webhookURL provided by client}"
-H "Content-Type: application/json"
-d {
"transactionReference": "{custom transactionReference by client}",
"securityInfo": "{encrypted signature to authorize payout}"
}