Payment Links
Retrieve a payment link's items
Retrieves all the items of a payment link.
GET
/
payment-links
/
{id}
/
items
Path parameters
The ID of the product.
Query parameters
A numeric value indicating the quantity of payment links to be returned with the request, with a minimum value of 1 and a maximum value of 50.
Returns
A key-value array, containing a data property which is an array of all the items of the payment link, limited to a maximum of per_page
value.