API Endpoints
Calculate APR
Calculates the Annual Percentage Rate (APR) for a loan application based on the loan amount, interest rate, and fees.
POST
Calculates the APR for a loan application, providing customers with a clear understanding of the total cost of borrowing including interest and fees.
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 loan amount for which to calculate APR.
Annual interest rate (as a percentage, e.g., 12.5 for 12.5%).
Loan tenure in months.
Processing fee amount (if applicable).
Array of other fees applicable to the loan.
Optional loan product ID to use product-specific fee structure.
Response
Returns the calculated APR and related cost information.Overall status of the API request.
APR calculation results.
