Skip to main content
GET
List Payment Intents

Authorizations

Authorization
string
header
required

Paste your Connect API key (sk_live_… for production, sk_test_… for sandbox) without the Bearer prefix. Mint and rotate keys from the admin panel.

Query Parameters

external_ref
string | null

Filter to one partner-supplied attribution key. Omit to list every intent across this tenant.

cursor
string | null

Opaque continuation token from a previous response's cursor field. Omit to fetch the first page.

limit
integer
default:50

Max rows to return (clamped to 200).

Required range: 1 <= x <= 200

Response

Successful Response

Paginated list response. Same shape as ConnectAddressesListResponse -- partners get a consistent pagination contract across all Connect list endpoints.

has_more
boolean
required

True iff at least one more row exists past this page. Computed by fetching limit + 1 server-side.

data
ConnectPaymentIntent · object[]
cursor
string | null

Opaque continuation token. Pass back as ?cursor=... to fetch the next page; None on the last page.