Privacy & Compliance
User consent, secure transport, compliance materials, and where to request documentation.
Webhook Security
Signature verification, delivery timing, retries, and webhook allowlisting guidance.
mTLS
Mutual TLS for Truv APIs and webhook delivery, including certificate setup paths.
Trust Center
Current security documents, reports, and questionnaires.
Navigate this section
Use this section when you need to answer one of four practical questions:- How do I verify webhook deliveries from Truv?
- When should I use mTLS instead of standard API authentication?
- What privacy and compliance materials are available?
- Where do I find the implementation details for webhook security and mTLS?
Webhook signature verification
Every webhook request from Truv includes anX-WEBHOOK-SIGN header. Validate that signature against the raw request body with your Access Secret before you process the event.
Use Webhook Security for verification examples, retry behavior, IP allowlisting, and handling guidance.
mTLS for APIs and webhooks
Truv supports mTLS for both public API traffic and webhook delivery:- Public APIs:
api-mtls.truv.comfor Production andapi-sandbox-mtls.truv.comfor Sandbox - Webhooks: Truv-signed certificates, client-signed certificates, and optional custom headers