Get projected repayment schedule (main-account)

This request will calculate the repayment schedule for a fixed term loan based on the loan amount, interest rate, and term.The response will include the repayment schedule and the total repayment amount. It's used during loan application.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Fixed term loans only

This endpoint only applies to fixed term loan offers

Path Params
uuid
required

The unique identifier of the loan offer.

Body Params

Request to calculate loan repayment schedule.

number
required
≥ 0

Amount of fiat currency to borrow.

int32
required
≥ 0

The total duration of the loan in years.

Headers
uuid
required

Main account ID.

string
required

SHA-256 signature of the JSON payload and private key. See API Key Authentication

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*