List payment links with context-aware access control
List payment links with context-aware access control
Query parameters
Page number (1-based)
Page number (1-based)
Number of items per page (max 100)
Number of items per page (max 100)
Sort field and direction (e.g., "created_at:desc", "amount:asc")
Sort field and direction (e.g., "created_at:desc", "amount:asc")
Payment link status
Payment link status
Filter by merchant ID (admin/partner only)
Filter by merchant ID (admin/partner only)
Search by payment reference or order ID
Search by payment reference or order ID
Response
Success
Example response
{
"success": true,
"pagination": {
"total": 150,
"page": 1,
"limit": 25,
"totalPages": 6,
"hasNextPage": true
}
}Changes
Changed in 3 of the 8 revisions of this API.521
- ▲
for the
queryrequest parameterlimit, default value was changed from20to25request-parameter-default-value-changed
- ▲
response property
data/items/first_viewed_atlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/order_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/transaction_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
added the new optional
queryrequest parametersortnew-optional-request-parameter
- ○
the response property
data/items/amountbecame required for the status200response-property-became-required
- ○
the response property
data/items/created_atbecame required for the status200response-property-became-required
- ○
the response property
data/items/currencybecame required for the status200response-property-became-required
- ○
the response property
data/items/expires_atbecame required for the status200response-property-became-required
- ○
the response property
data/items/first_viewed_atbecame required for the status200response-property-became-required
- ○
the response property
data/items/idbecame required for the status200response-property-became-required
- ○
the response property
data/items/link_typebecame required for the status200response-property-became-required
- ○
the response property
data/items/merchantbecame required for the status200response-property-became-required
- ○
the response property
data/items/order_idbecame required for the status200response-property-became-required
- ○
the response property
data/items/payment_referencebecame required for the status200response-property-became-required
- ○
the response property
data/items/statusbecame required for the status200response-property-became-required
- ○
the response property
data/items/transaction_idbecame required for the status200response-property-became-required
- ○
the response property
data/items/views_countbecame required for the status200response-property-became-required
- ○
the response property
pagination/limitbecame required for the status200response-property-became-required
- ○
the response property
pagination/pagebecame required for the status200response-property-became-required
- ○
the response property
pagination/totalbecame required for the status200response-property-became-required
- ○
the response property
pagination/totalPagesbecame required for the status200response-property-became-required
- ○
added the required property
pagination/hasNextPageto the response with the200statusresponse-required-property-added
- ○
added the required property
pagination/hasPreviousPageto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲