Quick Start
Callback Authentication
PearCheck sends authenticated POST
callbacks to your specified URLs for verification events.
Configure callback URLs and security headers through your PearCheck dashboard or API requests.
Callback Types
Verification Callback
Trigger: Automated verification completion
Parameter: callback_url
Events Callback
Trigger: Manual actions (e.g. dashboard updates)
Parameter: events_callback_url
Setting Callback URLs
Method 1: Global Settings
- Navigate to Dashboard > Settings
- Set default callback URLs
- Applies to all verifications unless overridden
Method 2: Per-Request
Authentication
To ensure callbacks originate from PearCheck, verify the X-PearCheck-Signature
header containing a signature set on your account.
Step 1: Set Your Secret Key
-
Navigate to Dashboard > Settings
-
Locate the “Signature Secret” section
-
Enter your custom secret
-
Compare your custom secret with the X-PearCheck-Signature header sent by PearCheck