Skip to main content
GET
List Payment Links

Authorizations

Authorization
string
header
required

Use a Bearer token to access this API.

Query Parameters

limit
integer<int32> | null

Maximum number of payment links to return

Required range: x >= 1
Example:

10

offset
integer<int32> | null

Number of payment links to skip (deprecated, use cursor pagination)

Required range: x >= 0
Example:

3

starting_after
string | null

Cursor for pagination - return payment links after this ID

Example:

"fplink_01J9XR8M3K7VZ8N2YB4WJ6T0RA"

ending_before
string | null

Cursor for pagination - return payment links before this ID

Example:

"fplink_01J9XR8M3K7VZ8N2YB4WJ6T0RA"

Response

An envelope wrapping a list of payment link objects.

An envelope wrapping a list of payment link objects.

The list of payment links.