Payment Link
Learn when the payment link webhook is sent and what data it includes.
Headers
Resource type carried by the webhook.
"payment_link"The payment link event that occurred.
payment_link_created, payment_link_completed, payment_link_archived API key issued by Meridian, sent so you can authenticate the webhook. Sent only when your webhook endpoint is configured for Meridian HMAC signing.
Time the webhook was generated, in milliseconds since the Unix epoch. Sent only when your webhook endpoint is configured for Meridian HMAC signing.
HMAC SHA-256 signature of the webhook request, for verifying that Meridian sent it. Sent only when your webhook endpoint is configured for Meridian HMAC signing.
Body
The payment link the event relates to.
Webhook payload sent when a payment link is created, completed, or archived.
The payment link the event relates to, in its state at the time of the event.
Response
Return any 2xx status to acknowledge the webhook. Any other status causes Meridian to retry.