Payment Link ​
A payment link is a shareable URL that will take your customers to a hosted payment page. A payment link can be shared and used multiple times.
When a customer opens a payment link it will open a new checkout session to render the payment page. You can use checkout session events to track payments through payment links.
Related guide: Payment Links API
Endpoints ​
Create a payment link ​
- POST /v1/payment_links
Update a payment link ​
- POST /v1/payment_links/:id
Retrieve payment link ​
- GET /v1/payment_links/:id
Retrieve a payment link's line items ​
- GET /v1/payment_links/:id/line_items
List all payment links ​
- GET /v1/payment_links
Events ​
payment_link.createdOccurs when a payment link is created.payment_link.updatedOccurs when a payment link is updated.