List payments for a merchant
Returns payments sorted by newest first using cursor pagination. Use page.nextCursor as the next cursor value. Optional start and end filters bound createdAt inclusively.
Authorizations
Merchant API key bearer token. Legacy wire prefixes api_key_ and api_ are also accepted.
Query Parameters
Inclusive ISO-8601 upper bound for payment createdAt. Must be >= start when both are provided.
"2026-03-31T23:59:59.999Z"
Inclusive ISO-8601 lower bound for payment createdAt.
"2026-03-01T00:00:00.000Z"
Opaque cursor from a previous page.nextCursor. Treat as an unreadable token.
"eyJ2IjoxLCJkYXRhIjp7ImNyZWF0ZWRBdCI6IjIwMjYtMDMtMDFUMTI6MDA6MDAuMDAwWiIsImlkIjoicG10XzAxLi4uIn19"
Number of items to return. Maximum 100. If omitted, server default is used.
25
Merchant TypeID (mer_...) to scope the list.
"mer_01hxy8m1nqk9g3x3y3p0azq2bg"