Skip to main content
GET
List reviews

Authorizations

DPoP
string
header
required

Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.

Query Parameters

status
enum<string>
Available options:
open,
waiting_on_customer,
awaiting_approval,
closed
kind
enum<string>

payout_held_by_rule and payee_risk_by_rule are opened by your own payout rules; their money decision is made on the linked approval in the portal, not through this API.

Available options:
possible_sanctions_match,
possible_pep_match,
screening_review,
manual,
payout_held_by_rule,
payee_risk_by_rule
created_after
string

RFC 3339 timestamp or YYYY-MM-DD (midnight UTC), inclusive.

created_before
string

RFC 3339 timestamp or YYYY-MM-DD (midnight UTC), exclusive.

limit
integer
default:20

Items per page. Maximum 100.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned by a previous list response. Omit for the first page.

Response

A page of reviews.

data
object[]
required
has_more
boolean
required
next_cursor
string