Webhook Documentation
This webhook documentation outlines how to integrate and handle payment notifications from FonpageEdge.
$signature = hash_hmac('sha512', $payload, SECRETE_KEY);headers = {
'token': 'FONPAYEDGE_SECRETE_KEY',
'signature': 'HMAC_512_HASh',
'Content-Type': 'application/json'
}{
"customerEmail": "customer@emai.com",
"amount":"2000",
"dateTime":"2012-08:22",
"reference":"232321"
}Last updated