API ReferenceWebhooks
Payout successfully broadcast and confirmed.
Fired when a payout is confirmed on-chain.
Signature: X-Halfin-Signature: t={timestamp},v1={hmac}
where hmac = HMAC-SHA256(secret, "{timestamp}.{raw_body}").
Reject if abs(now - timestamp) > 300 seconds.
eventstring
Event type identifier.
Value in
"payout.completed"created_atstring
Event creation timestamp.
Format
date-timedataPayoutCompletedWebhookData
Payload data for payout.completed events.