Skip to content

Payment Links

A payment link is a hosted, shareable URL that collects a payment without a full checkout integration.

  1. You create a payment link with an amount and currency.
  2. The customer opens the link and completes payment on a hosted page.
  3. Your application is notified via a webhook.
  • Selling one-off items without building a checkout flow.
  • Sending an invoice-style payment request.
  • Testing pricing before building full checkout integration.

See the Payment Links API reference for the (placeholder) endpoint shape.

Payment completion is reported asynchronously — see the Webhooks guide.