Atto Developer Documentation (all)

Download OpenAPI description
Languages
Servers
UK Environment (Production)
https://uk.api.atto.co/
US Environment (Production)
https://us.api.atto.co/

Get Token

Operations

Connect Invitation

Operations

Get Consents

Operations

Bank Account Verification

Operations

Bank Data

Operations

Income Verification

Operations

Overview

Verify an individual’s income using Atto Income Verification.

This solution, which accesses the individual’s bank statements for up to 12 months, is powered using our own unique algorithms and will return both single and multiple income streams to provide an accurate income figure along with a confidence score. Benefits can be included or excluded in the income calculation.

Verified income is up to three main recurring income streams plus all benefit streams if present. Only credit transactions with amount > £50 are considered in the ranking mechanism, smaller credit transactions are ignored. In addition, all benefit streams will be shown if present, regardless the value. The main income streams are prioritized by total amount, their rank values are One, Two or Three . The benefit streams are returned in any case. Benefits aren't ranked, and rank is null for them. For example, if there are 3 recurring income streams and 2 benefit streams, then 5 income streams will be returned in total.

Integration

If the individual has connected their account using Atto Connect, you can use the GET /income-verification/v1/consents/{consentId}/verifications endpoint to verify an individual's income.

Gets the income verifications for the accounts shared for a consent.

Request

Path
consentIdstringrequired

The consent ID to fetch the income verifications results for

Query
accountIdstring

The account ID to fetch the income verification for. If not specified, all accounts associated with this session are returned

includeFlagsboolean

Includes the flags used to calculate the confidence score

Default false
excludeBenefitsboolean

Excludes the benefits from the income streams

Default false
curl -i -X GET \
  'https://uk.api.atto.co/income-verification/v1/consents/{consentId}/verifications?accountId=string&excludeBenefits=false&includeFlags=false' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Income Verification results for the accounts linked to this consent

Bodyapplication/jsonArray [
accountDetailsobject(DirectID.Data.API.Models.IncomeVerification.Response.Connect.AccountDetails)
incomeStreamsArray of objects or null(DirectID.Data.API.Models.IncomeVerification.Response.IncomeStream)
incomeStreamsSummary(DirectID.Data.API.Models.IncomeVerification.Response.IncomeStreamsSummary (object or null)) or (DirectID.Data.API.Models.IncomeVerification.Response.IncomeStream (object or null))
One of:
verifiedIncomeStatusstring(DirectID.Data.Common.Models.Account.VerifiedIncomeStatus)
Enum"UnsupportedAccountType""NoCreditTransactions""Processed"
]
Response
application/json
[ { "accountDetails": {}, "incomeStreams": [], "incomeStreamsSummary": {}, "verifiedIncomeStatus": "UnsupportedAccountType" } ]

Affordability

Operations

Bank Data (stored)

Operations

Income Verification (stored)

Operations

Payment Account Confirmation

Operations

Affordability (stored)

Operations

Atto Score

Operations

Consumer Financial Health

Operations

Business Financial Health

Operations

Categorisation Engine

Operations

Income Verification Engine

Operations

Affordability Engine

Operations

Get Statement

Operations