Skip to main content
GET
List the Transactions ledger for the current Business and environment

Authorizations

Authorization
string
header
required

Cleff API key issued to a Business that self-registers via POST /v1/registration

Query Parameters

beneficiary_id
string
limit
number
cursor
string
status
enum<string>
Available options:
pending_approval,
approved,
rejected,
disbursed,
failed,
returned,
canceled,
settled,
compliance_hold
from
string

Inclusive lower bound on the transaction date (ISO-8601 date or timestamp).

to
string

Inclusive upper bound on the transaction date (ISO-8601 date or timestamp). A date-only value covers the whole day.

Response

transactions
object[]
required
next_cursor
string | null
required

Opaque cursor for the next (older) page — the id of the last row returned — or null on the last page. Pass it back as ?cursor= to fetch the next page.