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.
Examples:
"default"
Query Parameters
A pointer to the page of results to return.
Examples:
"ZXhhbXBsZTE"
The maximum number of items that are returned.
Required range:
1 <= x <= 100
Examples:
20
Filters the results to only get the items for which some of the buyer data contains exactly the provided buyer_search
values.
Examples:
["John", "London"]
Response
Successful Response
A list of items returned for this request.
The number of items for this page.
Required range:
1 <= x <= 100
Examples:
20
The cursor pointing at the next page of items.
Required string length:
1 - 1000
Examples:
"ZXhhbXBsZTE"
The cursor pointing at the previous page of items.
Required string length:
1 - 1000
Examples:
"Xkjss7asS"