API ReferenceWebhooks
Test webhook delivery.
Fired when a merchant sends a test webhook from the dashboard to verify endpoint connectivity.
Signature: X-Halfin-Signature: t={timestamp},v1={hmac}
where hmac = HMAC-SHA256(secret, "{timestamp}.{raw_body}").
Reject if abs(now - timestamp) > 300 seconds.
typestring
Test event type identifier.
Value in
"test"messagestring
Human-readable test message.
environmentstring
Environment selected for the test delivery.
Value in
"live" | "test"created_atstring
Event creation timestamp.
Format
date-time