Skip to main content
A Payment Link represents a shareable charge. Create it with a manual amount or a catalog line item.
The response includes an authenticated id, a public_id, and the shareable url.

Manage the lifecycle

  • GET /v1/payment-links: list links for this merchant and environment
  • GET /v1/payment-links/{id}: retrieve one link by internal ID
  • POST /v1/payment-links/{id}/revoke: prevent new payments
Revoking a link does not alter historical payments or snapshots.
Last modified on August 22, 2026