Skip to main content
GET
List payments for a merchant

Authorizations

Authorization
string
header
required

Merchant API key bearer token. Legacy wire prefixes api_key_ and api_ are also accepted.

Query Parameters

end
string

Inclusive ISO-8601 upper bound for payment createdAt. Must be >= start when both are provided.

Example:

"2026-03-31T23:59:59.999Z"

start
string

Inclusive ISO-8601 lower bound for payment createdAt.

Example:

"2026-03-01T00:00:00.000Z"

cursor
string

Opaque cursor from a previous page.nextCursor. Treat as an unreadable token.

Example:

"eyJ2IjoxLCJkYXRhIjp7ImNyZWF0ZWRBdCI6IjIwMjYtMDMtMDFUMTI6MDA6MDAuMDAwWiIsImlkIjoicG10XzAxLi4uIn19"

limit
number

Number of items to return. Maximum 100. If omitted, server default is used.

Example:

25

merchantId
string
required

Merchant TypeID (mer_...) to scope the list.

Example:

"mer_01hxy8m1nqk9g3x3y3p0azq2bg"

Response

200 - application/json
items
object[]
required
page
object
required