---
title: "Webhook Security"
source_url: https://docs.rapyd.net/en/webhook-security.html
lang: en
---

# Webhook Security

Webhooks from the Rapyd platform are protected against interception and tampering.

- **Secure transfer protocol** - Webhooks are sent with the HTTPS protocol.
- **Signature** - All webhooks are signed. Your unique access key and secret key are used in the calculation of the signature. See [Webhook Authentication](https://docs.rapyd.net/en/webhook-authentication.md "Webhook Authentication").
- **Timestamp** - All webhooks are timestamped with the actual current time.

Additional Information

- [Accounts and Credentials](https://docs.rapyd.net/en/accounts-and-credentials.md "Accounts and Credentials") - Information about access keys and secret keys.
