Skip to main content

Payout callback URL

You can add callback URL for receiving notifications about the status of payouts if necessary.

Cryptix signs each webhook event it sends to your endpoints. The signature is included in the x-signature header. This header contains the SHA256 HMAC signature of the raw request payload, calculated using your webhook's shared secret code as the key.

You can find the shared webhook secret in the settings. Always verify the webhook signature before taking action within your system.