Income Detection
Income detection analyses a customer’s bank transactions to automatically identify their primary source of income, typical pay cycle, and consistency of deposits. This feature provides a simple and reliable way to confirm employment income without requiring extra input from the partner, returning the income source name along with a confidence score that reflects how certain the system is about the detection.
Detect the customer's income using previously uploaded transactions.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstringRequired
The email of the customer.
Responses
200
Employer detection result
application/json
401
Unauthorized
404
Customer or transactions not found
post
/api/v2/partner/income/verifyLast updated