Glossary

Cursor pagination

Cursor pagination pages a collection with an opaque token instead of a page number, so it stays stable when rows are inserted mid-iteration. Follow next_cursor until it is null.

2 min read

Definition

Each page response carries an opaque next_cursor; you pass it back to fetch the next page and stop when it is null. Because the cursor encodes a position rather than an offset, inserting rows during iteration never causes you to skip or repeat an item.

In plain terms

Paging with a bookmark token rather than page numbers, so nothing shifts under you.

Why it matters here

Used by every partner list endpoint. See paginating a collection.

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.