Quickstart

Quickstart: Credicorp public API for a native mobile app

You are building a native app and want to offer Credicorp funding to your business users. 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

proxyGo through your backend
web viewHand off the application
cacheOffline-friendly catalogue

Proxy, don't call direct

Route API calls through your own backend rather than embedding logic in the app, so you can cache, shape payloads and later add authenticated partner calls without shipping secrets in the binary. See proxying.

Hand off in a web view

Submit an enquiry from your backend and open the returned handoff_url in an in-app browser or SFSafariViewController, so the secure application runs on the web where it belongs.

Cache for offline

Cache the product catalogue so the funding screen still renders when the device is briefly offline.

Frequently asked questions

Should the app call the API directly?

Prefer proxying through your backend for caching and future partner calls. Public reads can be called directly if you never need secrets.

How do I run the application flow?

Open the enquiry handoff_url in a web view. The secure application, with identity and consent, runs on the web, not inside your app.

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.