Kyb updated
Fired when a business organization’s KYB status changes.
Statuses: not_started, in_progress (the customer has something left to submit), submitted (everything requested has been submitted or there are open notes, Etherfuse’s turn), approved, denied.
Fires only on an actual status transition, never on individual document or answer edits that leave the status unchanged. approvedAt is set once the organization is approved.
Authorizations
API key sent in the Authorization header.
Headers
HMAC-SHA256 signature: sha256={hex}. Computed over the canonicalized (RFC 8785) request body using your webhook secret.
Body
Webhook envelope for KYB status changes.
Payload for kyb_updated webhooks: the business's KYB status, plus when it was approved. Drive your logic off status.
Response
Return any 2xx to acknowledge receipt.