List Payment Links

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

searchTerm

string | null

brandId

uuid | null

sortBy

string

enum

Defaults to createdAt

createdAtexpiresAt

Allowed:

createdAt``expiresAt

sortOrder

string

enum

ascdesc

Allowed:

asc``desc

pageNumber

integer

≥ 1

Defaults to 1

pageSize

integer

1 to 1000

Defaults to 100

accept

string

enum

Defaults to application/json

Generated from available response content types

application/jsonapplication/problem+json

Allowed:

application/json``application/problem+json

`200 Returns a paginated list of payment links.

`400 Bad Request

`401 Unauthorized

`402 Payment Required

`403 Forbidden

`404 NotFound

`409 Conflict

`500 Internal Server Error

Updated 3 months ago


ShellNodeRubyPHPPython

Base URL

https://api.superpayments.com/2026-04-01/payment-links


xxxxxxxxxx

curl --request GET \
 
     --url 'https://api.superpayments.com/2026-04-01/payment-links?sortBy=createdAt&pageNumber=1&pageSize=100' \
 
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``200

application/problem+json

400401403404``500

Updated3 months ago