Skip to main content
GET
cURL

Headers

Authorization
string
required

Bearer token for authentication

Query Parameters

cursor[value]
string

Opaque cursor returned as meta.cursor.next.value by a previous response. Returns items after this position. Omit to fetch the first page.

filters[createdAt][to]
string

Exclusive upper bound (ISO-8601). Matches payments created strictly before this instant.

Example:

"2026-07-02T00:00:00.000Z"

filters[createdAt][from]
string

Inclusive lower bound (ISO-8601). Matches payments created at or after this instant.

Example:

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

filters[metadata][endToEndId]
string

Filter payments by end-to-end ID

Example:

"1234567890"

Response

Returns a page of payments

items
object[]
required

The page of payments matching the given filters.

meta
object
required

Metadata needed to fetch subsequent pages.