How Bundles Work
A bundle:- Accepts a single request with subject identifiers
- Calls multiple downstream template services internally
- Returns an aggregated response with data from all templates
- Includes completion status flags indicating which components have data
Available Bundles
Identity Breezethrough
A lightweight identity check combining basic identity prefill data. Use this when you need a quick identity lookup without full KYC. Underlying templates: Identity PrefillKYC Certificate Bundle
Full Know Your Customer verification. Aggregates 8 templates covering document verification, biometric matching, address validation, and liveness detection. Underlying templates:- Document Capture + Document Attribute Review
- Biometric Capture + Biometric Attribute Review
- Address Verification + Address Data Review
- Liveness Capture + Liveness Evidence Review
KYB Certificate Bundle
Know Your Business verification for entity-level due diligence. Underlying templates:- Business Identity Verification
- Business Ownership & Control Verification
- Business Risk & Compliance Assessment
Income & Employment Bundle
Income and employment verification for lending and underwriting decisions. Underlying templates:- Annual Personal Income
- Employment Verification
Credit History Bundle
Consumer credit profile for credit decisioning. Underlying templates:- Consumer Credit Health Snapshot
- Total Consumer Assets
- Total Consumer Liabilities
Bank Link & Cashflow Bundle
Connected account data for cashflow-based underwriting. Underlying templates:- Cashflow Snapshots & Trends
Request Structure
Bundle endpoints follow a different URL pattern from individual templates:Completion Flags
Bundle responses include boolean flags indicating which downstream templates returned data. This lets you determine if the subject has complete verification coverage or if additional data collection is needed.Bundles are read-only — they aggregate data from templates but don’t write new data. Use individual template furnish endpoints to submit data.