Quickstart

Quickstart: Credicorp public API for a business-finance comparison site

You are running a comparison or aggregator site and want Credicorp in your line-up. This quickstart shows the exact endpoints and code, uses the unauthenticated public ring, and always ends with a clean handoff to the real application — Credicorp lends to UK limited companies with no personal guarantee.

2 min read

productsPopulate your table
quoteShow real figures
handoffSend qualified leads

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.

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.