Skip to main content
POST
Reject a salary advance

Authorizations

X-Api-Key
string
header
required

Your API key, e.g. kua_live_… (or kua_test_… in test mode).

Path Parameters

id
string<uuid>
required

Response

OK

A salary advance and its lifecycle.

id
string<uuid>
required

The advance's unique id.

employeeId
string<uuid>
required

The employee who took the advance.

amountMinor
required

Principal advanced, in minor units (e.g. kobo).

totalRepayableMinor
required

Total to repay (equals principal — no interest).

currencyIsoCode
string
required

ISO-4217 currency code, e.g. NGN.

termMonths
required

Number of months to repay over.

status
string
required

One of Pending, Active, Repaid, Defaulted, Cancelled.

disbursedAt
null | string<date-time>
required

When funds landed (null until approved).

createdAt
string<date-time>
required

When the advance was requested.