Skip to main content
GET
List payment links

Authorizations

Authorization
string
header
required

Your API key: sk_test_… (sandbox) or sk_live_… (production).

Query Parameters

limit
integer

Page size, 1–100.

Required range: 1 <= x <= 100
Example:

20

cursor
string

The nextCursor from the previous page.

status
enum<string>
Available options:
active,
paid,
expired,
closed
parentType
enum<string>
Available options:
payment_page
parentId
string
Example:

"pp_x7kd92mfn3qp8wz4t6vb"

email
string

Exact match.

Example:

"ama@example.com"

customerReference
string
Example:

"inv-1042"

Response

Newest first.

data
object[]
required
hasMore
boolean
required
nextCursor
string | null
required

Pass as cursor to fetch the next page. Null on the last page.