Skip to main content
GET
List payment links
List your payment links with pagination, filterable by type, active status, and a free-text search across name/description.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number
default:20
offset
number
default:0
type
enum<string>
Available options:
standard,
invoice,
donation
isActive
boolean

Response

success
boolean
Example:

true

message
string
Example:

"Payment links retrieved successfully"

data
object[]
total
number
Example:

1

limit
number
Example:

20

offset
number
Example:

0