Verify Income InsightsNew
Verifies if a user’s income falls within a specified range using a required `min` and optional `max` value. Returns a match result with confidence level based on financial data.
- Body Params: Income range to verify against user's financial data
- income object:
- min (string, required) – Minimum income value as a numeric string
- max (string, optional) – Maximum income value as a numeric string
Use Cases: Check if a user earns at least $5,000 for a loan application, or verify if income is sufficient to cover a proposed rent.