Retrieve a payment link
Ecom API
Retrieve a Payment Link
Retrieve the details of an existing payment link by ID
GET
Retrieve a payment link
Returns the full payment link object wrapped in
data, including its current status and successful_payment_count.Required scope
payment_links.read
A payment link is only returned if it is accessible by your API key’s entity. Requesting a link outside your scope returns 404 not_found.Authorizations
API key passed as a bearer token. Use sk_live_ keys for production and sk_test_ keys for sandbox. Keys are provisioned during merchant onboarding.
Path Parameters
The payment link ID (UUID v4).
Response
The requested payment link
The payment link object returned by all endpoints.