Product Guide
Verify Integration Playbook
Implementation guidance for integrating the Verify module.
Last updated Mar 8, 2026
Verify Integration Playbook
Prerequisites
- OAuth client credentials for supported revenue providers
- Bank-data provider configuration
- Verification webhook endpoint or polling strategy
Setup Steps
- Create the SMB record.
- Connect revenue and bank data sources.
- Trigger
POST /verify. - Poll
GET /verify/{verification_id}or listen for completion events. - Store the verification id for Deal Card generation.
Example Payloads
{
"smb_id": "smb_01HXK5V2N8PQRS3T4UV5WX6Y",
"checks": ["kyb", "revenue", "bank_data", "fraud"]
}
Testing
- Run verification against sandbox SMB fixtures
- Re-run a single check to test partial-refresh behavior
Go-Live Checklist
- Provider credentials confirmed
- Verification completion monitored
- Failure and retry handling documented