API Endpoints
Payoff Loan
Allows customers to pay off their entire loan balance in a single transaction.
POST
Customers can use this endpoint to settle their loan completely by paying the remaining outstanding balance in one transaction.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Must be
application/json.Request Body
The unique identifier (UUID) of the loan application to pay off.
Method of payment. Options:
WALLET, BANK_TRANSFER, CARD, etc.Transaction PIN for authorization (if required).
Optional payoff amount. If not provided, the system will calculate the full outstanding balance.
Response
Returns confirmation of the loan payoff with final settlement details.Overall status of the API request.
Payoff confirmation details.
