2 min read
Populate the comparison
Pull the live catalogue with the products endpoint and render Credicorp alongside your other providers. Because the data is live, your listing never goes stale:
const { data } = await (await fetch(`${BASE}/products`)).json();
addProviderRows('Credicorp', data);
Show honest figures
Display representative_apr and the amount range from the product object, and offer a live quote for a specific amount. Label everything representative — a firm price comes from applying.
Hand off the lead
When a user picks Credicorp, submit an enquiry and redirect them to the handoff_url, or link straight to apply. Credicorp lends to UK limited companies with no personal guarantee — a clean fit for a business-finance comparison.
Frequently asked questions
Do I need a commercial agreement to list Credicorp?
Listing public product data is open. For lead attribution, revenue share or the partner ring, apply to the partner programme documented on the portal.
How do I keep my comparison current?
Fetch the catalogue on a cache TTL rather than hard-coding rows, so changes to the Credicorp line-up flow through automatically.
Related reading

Quickstart: list Credicorp business-finance products
GET /public/v1/products returns the live catalogue of Credicorp business-finance products. Each item carries…
Read →
Quickstart: get an indicative loan quote from the public API
POST /public/v1/quote turns an amount and term into an illustrative repayment. Send the requested amount and…
Read →
Quickstart: submit a business-finance enquiry
POST /public/v1/enquiries is how a website or partner hands a lead into Credicorp. Post the company and…
Read →
Quickstart: Build a product comparison table
Rendering a comparison table straight from GET /public/v1/products gives readers an always-current view of…
Read →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.