List payment links
Use this method to retrieve a paginated list of payment links for a processing terminal.
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Filter results by the type of link. Send a value of singleUse
or multiUse
.
Filter results by the user that entered the amount. Send one of the following values:
prompt
- Customer entered the amount.preset
- Merchant entered the amount.
Filter results by the status of the payment link. Send a value of active
, completed
,deactived
, or expired
.
Filter results by the link’s created date. Send a value in YYYY-MM-DD format.
Filter results by the link’s expiry date. Send a value in YYYY-MM-DD format.
Response
Successful request. Returns a paginated list of payment links.