Skip to main content

Webhook Verification

All webhook from radix will include a security key in it's header ( X-Radix-Signature ), this security key can be used to verify the validity of the request. Here's an example of how it works:

Sample Header with security key

{
"X-Radix-Signature": "081e703218bd09867a5b2bb4cf0d904dd16bbb53f49c442517bee3e68cec9bea"
}

Code

{
"X-Radix-Signature": "081e703218bd09867a5b2bb4cf0d904dd16bbb53f49c442517bee3e68cec9bea"
}

Automatic Webhook Notifications:

On transaction completion, all successful or failed transactions will be sent to your application webhook, without having to constantly query the transaction status.