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