Webhook
For notifications, a webhook is shared with us so you can be notified based on the webhook that was registered.

EventType
Description
Last updated
For notifications, a webhook is shared with us so you can be notified based on the webhook that was registered.

Last updated
{
"Event": "DisbursementApproval",
"Status": "Approved", // Active, Rejected, Submitted_and_awaiting_approval
"Environment": "Development", // "Production"
"AggregatorId": 29,
"EventId": 2,
"WebhookData": {
"Amount": 2940,
"LoanReferenceNumber": "31B7DEA42A",
"LoanEffectiveDate": "2024-01-26T00:00:00",
"LoanStatus": "Approved", // Active, Rejected, Submitted_and_awaiting_approval
"CustomerId": 1127,
"CustomerDisbursementAccount": {
"CustomerBankName": "Keystone Bank",
"CustomerAccountName": "Femi Zack",
"CustomerAccountNumber": "1111111103"
},
"CustomerRepaymentAccount": {
"CustomerBankName": "VFD",
"CustomerAccountName": "Advancly -Busquets Hanma",
"CustomerAccountNumber": "1001603400"
}
}
}{
"Event": "LoanRepayment",
"Status": "Active", // Closed, WrittenOff, Rescheduled
"Environment": "Staging", // "Production"
"AggregatorId": 29,
"EventId": 2,
"Data": {
"Amount": 2940,
"LoanReferenceNumber": "31B7DEA42A",
"LoanEffectiveDate": "2024-01-26T00:00:00",
"LoanStatus": "Active", // Closed, WrittenOff, Rescheduled
"CustomerId": 1127
}
}{
"Event": "PayoutOutwardTransaction",
"Status": "Completed", // Processing, Completed, Failed
"Environment": "Staging", // "Production"
"AggregatorId": 11,
"EventId": 4,
"WebhookData": {
"Currency": "NGN",
"TransactionReference": "Advancly-HAUUSIKSNJWUWJSN617288292814A",
"SessionId": null,
"Narration": "Glorious test battle/Advancly-HAUUSIKSNJWUWJSN617288292814A",
"TransactionStatus": "Completed",
"Amount": 1200,
"TransactionCharge": 0,
"TransactionDate": "2025-05-07T06:15:50.2642157+00:00"
},
}{
"Event": "VirtualAccountInflow",
"Status": "Success", // Processing, Completed, Failed
"ResponseCode": "00",
"ResponseMessage": "Successful",
"Environment": "Staging",
"AggregatorId": 11,
"EventId": 5,
"WebhookData": {
"SenderAccountName": "OgeTest",
"SenderAccountNumber": "0000014575",
"SenderBankName": "Test Bank",
"SenderBankCode": "999998",
"TransactionReference": "hrrolls11129990",
"SessionId": "99999810091311031700000026test",
"Narration": "test narration",
"Amount": 11019,
"TransactionDate": "2025-08-22T07:04:27.723587"
}
}