Digital Signature Verification
All webhook requests include a digital signature using the ED25519 algorithm. The signature is provided in the following HTTP header:- Base64 decode the signature
- Recalculate the hash of the payload
- Use our public key to validate the signature
Use separate keys for production and sandbox environments.
Production Public Key
Production Public Key
Sandbox Public Key
Sandbox Public Key