2 min read
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.
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: read public pricing configuration
GET /public/v1/config/pricing exposes the representative pricing parameters behind the public quote. Use it…
Read →
Quickstart: fetch published CMS content by key
GET /public/v1/cms/pages/{key} serves published Credicorp content by a stable key. Use it to pull canonical…
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.