2 min read
What it does
GetQuote takes an amount and term and returns an indicative cost illustration. It cannot and does not make an offer — see indicative quote.
Call it
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "GetQuote",
"arguments": {
"amount": 25000,
"term_months": 12
}
}
}
Label it clearly
Always present the result as an example, never as a binding figure. Send anyone who wants to proceed to the application or the repayment calculator for their own numbers.
Why indicative matters
An indicative figure is genuinely useful — it helps a visitor picture the shape of a facility before they commit any time — but presenting it as a firm quote would be both inaccurate and unfair. A real offer depends on an affordability and eligibility assessment that the public ring never performs. So the discipline is simple: show the number, label it as an illustration, and route anyone who wants certainty to a full application. Pairing the figure with the repayment calculator lets a visitor explore different amounts and terms themselves, which is often more persuasive than a single example and keeps the expectation honest.
Frequently asked questions
Is a GetQuote result an offer?
No. It is indicative only. A binding offer comes from a full application and assessment on the authenticated surface, never from this tool.
What inputs does it take?
An amount and a term (in months). It returns an illustrative cost for those inputs.
Related reading

Business loan repayment calculator
Estimate your monthly repayment, total repayable and cost of credit in seconds.
Read on Tools →
How do repayments work on a business loan?
Most business loans are repaid in regular instalments that cover both interest and a slice of the principal,…
Read on Answers →Funding for UK limited companies
Credicorp lends to your company, not to you personally — short-term working capital with no personal guarantee. See what your business could access.