Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

A merchant secret key (sk_…) sent as Authorization: Bearer <key>.

Query Parameters

active
boolean

Filter by active state. Accepts true or false; omit to return all.

Filter by name (case-insensitive substring match).

limit
integer
default:20

Page size (default 20, max 99).

Required range: 1 <= x <= 99
starting_after
string

Cursor: a payment link id (typically the previous response's next_cursor). Returns results strictly after it, newest first.

Response

A page of payment links, newest first.

data
object[]
required
has_more
boolean
required

True when more records exist beyond this page.

next_cursor
string

Present when has_more is true: the last returned link's id. Pass it as starting_after on the next request.