Credit Notification Webhook
This is to get a notification when there is a credit on the virtual account. It is important to note that you are required to call the confirm transaction endpoint when you get the webhook before giving value. This will return the complete state of the transaction state
We would send a notification in the format below, for every credit we get
UniqueId - string (sent in initiate trx),
ReferenceNumber - string (posting ref),
Amount - decimal - (amount paid),
VirtualAccountNuban - string (VA used for the trx - returned in initiate trx),
Status = "Successful" - string
Updated 3 months ago