List payment links
Returns the authenticated merchant’s payment links, newest first. Optionally filter by status or mode.
Reading the list also settles expiry: any ACTIVE link whose expires_at
has passed is promoted to EXPIRED before the page is returned.
Authorizations
API key for service-to-service or merchant authentication.
Headers
Unique identifier for request tracing. Generated by the client or server if not provided.
"550e8400-e29b-41d4-a716-446655440000"
Query Parameters
Page size
x >= 120
Number of links to skip
x >= 00
Return only links in this status Lifecycle status of the payment link.
ACTIVE— payable.DISABLED— deactivated by the merchant. Reversible via the update endpoint.EXPIRED—expires_athas passed. Applied automatically when the link is read or listed; not settable by the caller.PAID— the usage ceiling has been reached, i.e. theSINGLE_USElink has been paid. Not settable by the caller.
Only ACTIVE ↔ DISABLED transitions are accepted on the update endpoint.
ACTIVE, DISABLED, EXPIRED, PAID "ACTIVE"
Return only links in this mode How many times the link may be paid.
SINGLE_USE— exactly one successful payment. The link is promoted toPAIDas soon as a payment reaches a terminal successful status.
SINGLE_USE "SINGLE_USE"
Response
Payment links retrieved successfully.
A page of payment links, newest first