List all payment links
List all created payment links.
payment-links.read scope.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The ID of the merchant account to use for this request.
"default"
Query Parameters
A pointer to the page of results to return.
"ZXhhbXBsZTE"
The maximum number of items that are returned.
1 <= x <= 10020
Filters the results to only payment links created before this ISO date-time string. The time zone must be included. Ensure that the date-time string is URL encoded, e.g. 2022-01-01T12:00:00+08:00 must be encoded as 2022-01-01T12%3A00%3A00%2B08%3A00.
"2022-01-01T12:00:00+08:00"
Filters the results to only payment links created after this ISO date-time string. The time zone must be included. Ensure that the date-time string is URL encoded, e.g. 2022-01-01T12:00:00+08:00 must be encoded as 2022-01-01T12%3A00%3A00%2B08%3A00.
"2022-01-01T12:00:00+08:00"
Filters the results to only payment links updated before this ISO date-time string. The time zone must be included. Ensure that the date-time string is URL encoded, e.g. 2022-01-01T12:00:00+08:00 must be encoded as 2022-01-01T12%3A00%3A00%2B08%3A00.
"2022-01-01T12:00:00+08:00"
Filters the results to only payment links updated after this ISO date-time string. The time zone must be included. Ensure that the date-time string is URL encoded, e.g. 2022-01-01T12:00:00+08:00 must be encoded as 2022-01-01T12%3A00%3A00%2B08%3A00.
"2022-01-01T12:00:00+08:00"
Filters for payment links that have matching currency values. The currency values provided must be formatted as 3-letter ISO currency codes.
^[A-Z]{3}$["USD"]
Filters for payment links that have an amount equal to this value.
0 <= x <= 21474836471299
Filters for payment links that have an amount greater than or equal to this value.
0 <= x <= 21474836471299
Filters for payment links that have an amount less than or equal to this value.
0 <= x <= 21474836471299
Filters the results to only the payment links that have a status that matches with any of the provided status values.
active, completed, expired, processing "active"
Filters the results to only get the items for which some of the buyer data contains exactly the provided buyer_search values.
["John", "London"]
Response
Successful Response
A list of items returned for this request.
The number of items for this page.
1 <= x <= 10020
The cursor pointing at the next page of items.
1 - 1000"ZXhhbXBsZTE"
The cursor pointing at the previous page of items.
1 - 1000"Xkjss7asS"