API Endpoints
Repayment Instructions
Retrieves detailed repayment instructions for a loan, including payment methods and account details.
GET
Fetches comprehensive repayment instructions for a loan, including bank account details, payment reference numbers, and step-by-step instructions for making repayments.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.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.
Path Parameters
The unique identifier (UUID) of the loan application for which to get repayment instructions.
Response
Returns detailed repayment instructions.Overall status of the API request.
Repayment instructions details.
