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"
},
}{
"WebhookData": {
"SenderAccountName": "S and G catering and events",
"SenderAccountNumber": "9781926613",
"SenderBankName": "Advancly MFB",
"SenderBankCode": "999461",
"RecipientAccountNumber": "0012101032",
"RecipientAccountName": "Nini - Emeka Smith",
"TransactionReference": "Onj-311ytweuyy24",
"SessionId": null,
"Narration": "Test/Onj-311ytweuyy24",
"Amount": 10205,
"TransactionDate": "2026-02-24T17:30:28.8066174+00:00"
},
"Event": "VirtualAccountInflow",
"Status": "Success",
"ResponseCode": "00",
"ResponseMessage": "Successful",
"Environment": "Staging",
"AggregatorId": 707,
"EventId": 5
}