v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB

New Endpoint

This is your first endpoint! Edit this page to start documenting your API.

get/v1/fraud/reviews

Query parameters

afterstring

A cursor for use in pagination. after is a resource ID that defines your place in the list. For example, if you make a list request and receive 10 resources, ending with some_resource_id, your subsequent call can include after=some_resource_id in order to fetch the next page of the list.

limitinteger

Limit of resources to return. If not passed, the default limit is 10.

status'open' | 'closed'

Status of the review, open or closed.

risk_level'low' | 'medium' | 'high'

Risk level: low, medium or high.

rule_idstring

Associated rule id applied to the transaction.

payment_intent_idstring

Associated payment intent.

payment_idstring

Associated payment.

begin_datestring

Filter the results where created_at is after the begin_date. The format is ISO8601, e.g., 2025-09-22T20:05:22Z.

end_datestring

Filter the results where created_at is before the end_date. The format is ISO8601, e.g., 2025-09-22T20:05:22Z.

type'fraud.review' | 'fraud.blocked' | 'fraud.allowed'

Filter review resources based on the type: fraud.review, fraud.blocked, fraud.allowed.

Response

Successful response