The Payment Links API provides a simple, shareable, and secure way for merchants to collect payments from their customers. With a single API, merchants can generate unique links that direct customers to a page where they can complete their payment using any supported method, without the need for a website or integration.👉 See Product Guide
The Payment Links API supports webhook events that allow you to track the lifecycle of a payment link and associated payments in real time.These webhook events allow you to automate your workflows — such as updating your internal systems, notifying customers, or triggering downstream processes.
payment_link.created
Triggered when a Payment Link is successfully created and ready to be shared.
👉 See payment_link.created Event
payment_link.updated
Triggered when the Payment Link is updated — typically when payment is completed or the status changes.
👉 See payment_link.updated Event