Webhooks
payment_link.completed
Section titled “payment_link.completed”Overview
Section titled “Overview”Sent when a customer completes payment through a payment link. See the Webhooks guide for conceptual background.
Headers
Section titled “Headers”| Header | Description |
|---|---|
X-Webhook-Signature |
Placeholder — real signing scheme TBD |
Payload
Section titled “Payload”{ "id": "evt_placeholder_123", "type": "payment_link.completed", "data": { "id": "plink_placeholder_123", "amount": 2000, "currency": "usd" }}Errors
Section titled “Errors”| Status | Meaning |
|---|---|
5xx |
Your endpoint should return non-2xx to trigger a retry (placeholder policy) |