Skip to content

Webhooks

Sent when a customer completes payment through a payment link. See the Webhooks guide for conceptual background.

Header Description
X-Webhook-Signature Placeholder — real signing scheme TBD
{
"id": "evt_placeholder_123",
"type": "payment_link.completed",
"data": {
"id": "plink_placeholder_123",
"amount": 2000,
"currency": "usd"
}
}
Status Meaning
5xx Your endpoint should return non-2xx to trigger a retry (placeholder policy)