Payment Links
Create no-code, shareable payment URLs: no integration required on the payer side.
A payment link is a hosted, shareable URL that collects a payment without any client-side integration. See Link for the full product guide.
private key required, live only
Payment link endpoints require the private key (sk...) and are subject to plan limits in
the live environment.
Endpoints
The path is /links
This resource is exposed under /links, not /payment-links, payment-links here refers to
the product concept, matching the "Link" product name.
| Method | Path | Description |
|---|---|---|
POST | /links | Create a payment link |
GET | /links | List payment links |
GET | /links/{id} | Retrieve a payment link |
PUT | /links/{id} | Update a payment link |
DELETE | /links/{id} | Delete a payment link |
Events
| Event | Trigger |
|---|---|
link.created | Created |
link.updated | Updated |
link.deleted | Deleted or archived |