Skip to main content
Pay Link webhooks notify your backend when a one-time payment completes. Use them to verify transactions server-side alongside the Checkout Widget or Charge flows.

Events

Pay Link webhooks deliver a CREATED event for successful one-time payments. When you create a webhook or a Pay Link webhook, subscribe to REGULAR_TRANSACTION (or ALL); the delivered payload uses event: "CREATED". JSON payload shapes are in the Pay Link payload reference.

Scope

Configure webhook scope when creating the webhook:
  • Global — receive events for all Pay Links on your account (omit paylinkId).
  • Pay Link–specific — receive events only for a single paylinkId.
See Webhook scope in the Webhooks guide for general scope concepts.