Webhook detail
Webhooks notify you of the status of your transaction. The notification is sent to the callback_url entered when initializing your transaction.
Notification method and structure
The notification verb here is POST the user will be notified once the transaction has been processed (SUCCESS or FAILED).
Webhook structure in case of SUCCESS
{
"code": "0000",
"error": "false",
"status": "SUCCESS",
"amount": "5000",
"reference: "LOC8SXoZuDVEvu1ODxs"
}