Salary advance is an add-on. The company must have it enabled — otherwise
every
/v1/advances* call returns 403 MODULE_NOT_ENABLED (a company admin
enables it in Settings → Modules). Calls need the matching scope:
advances:read for reads, advances:write for writes.List advances
Optionally filter byemployeeId:
5000000 is ₦50,000.
Request an advance
Starts aPending advance for an employee (advances:write):
Approve or reject
Approving disburses funds and builds the repayment schedule; rejecting cancels the request:Events
React to the advance lifecycle via webhooks:salary_advance.requested, salary_advance.approved, salary_advance.rejected.