/
Hooks
Hooks
Receiving Webhooks
In order for MifosX to send webhook payloads, your server needs to be accessible from the Internet.
MifosX will send the response of the event as the request body (in the requested format - json/ x-www-url-formencoded).
For example :-
A successful POST to /clients endpoint will generate the response {"officeId":1,"clientId":1787,"resourceId":1787}
.
An action like pay charge (https:/