Quickstart

Quickstart: list Credicorp loyalty tiers

GET /public/v1/loyalty/tiers returns the public loyalty ladder. Each tier carries a name, the qualifying threshold and its benefits, so you can render a rewards ladder or explain to a prospective borrower how on-time repayment and tenure are recognised.

2 min read

GET/public/v1/loyalty/tiers
orderedAscending by threshold
publicNo auth

Fetch the ladder

curl -s https://api.credicorp.co.uk/public/v1/loyalty/tiers -H 'Accept: application/json'

Tiers come back ordered by threshold. Render them as a ladder and highlight the benefits that change between adjacent tiers so the progression is obvious.

Render the ladder

tiers = requests.get(f'{BASE}/loyalty/tiers').json()['data']
for t in tiers:
    print(f"{t['name']}: from \u00a3{t['threshold']:,} \u2014 {', '.join(t['benefits'])}")

Frequently asked questions

Is a member's own tier available here?

No. This endpoint lists the tier definitions only. A specific customer's current tier is account data behind authentication, not on the public ring.

How are tiers ordered?

Ascending by qualifying threshold, so the first item is the entry tier and the last is the top tier.

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.