API Reference · Payment Links
Retrieve a payment link
Fetches a payment link by id.
GET
/v1/payment-links/:idReturns the payment link with up-to-date view / payment / revenue counts.
Returnspayment_link object
Path parameters
idstringRequiredPayment link id (`pl_…`).
Errors
404
resource_missingNo payment link exists with that id.