Skip to main content
GET
List Payouts 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

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

ISO-8601 timestamp; only Payouts with updated_at >= updatedSince are returned. Designed for polling clients.

Response

payouts
object[]
required
next_cursor
object | null
required