Payment Links
Overview
Section titled “Overview”A payment link is a hosted, shareable URL that collects a payment without a full checkout integration.
How payment links work
Section titled “How payment links work”- You create a payment link with an amount and currency.
- The customer opens the link and completes payment on a hosted page.
- Your application is notified via a webhook.
When to use payment links
Section titled “When to use payment links”- Selling one-off items without building a checkout flow.
- Sending an invoice-style payment request.
- Testing pricing before building full checkout integration.
Creating a payment link
Section titled “Creating a payment link”See the Payment Links API reference for the (placeholder) endpoint shape.
Handling payment completion
Section titled “Handling payment completion”Payment completion is reported asynchronously — see the Webhooks guide.