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

Affordability

Operations

Integration

If you wish to get the affordability for a given consent, you can do so using the GET /affordability/v1/consents/:consentId endpoint. Please ensure that this product is enabled for your app by talking to support before using this endpoint.

There is one additional request parameters that can be specified when making a request:

  • includeFlexibleCosts, when true, returns transactions marked as flexible and will include those transactions in the affordability calculation. When this value is false, it will still return the transactions marked as flexible but will omit those transactions from the affordability calculation. Please note that flexibleCosts and estimatedFlexibleCosts values will be still shown in case there have been transactions that are associated with flexible costs, but these values are not taken into account while calculating estimatedAffordability. Note, the default value for this parameter is true

In response to your call, you will receive a JSON object containing each months affordability with an estimated total for the months supplied with the account details.

Authentication

This API requires a bearer token using the api:data scope

Get affordability for the accounts shared for a consent.

Request

Maximum of 12 months returned

Path
consentIdstringrequired

The consent ID to fetch the affordability results for

Query
includeFlexibleCostsboolean

Includes the flags used to calculate the confidence score

Default true
curl -i -X GET \
  'https://uk.api.atto.co/affordability/v1/consents/{consentId}?includeFlexibleCosts=true' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Affordability Calculations for the supplied transactions

Bodyapplication/jsonArray [
accountDetailsobject(DirectID.Data.API.Models.Affordability.Response.Connect.AccountDetails)
affordabilityMonthsArray of objects or null(DirectID.Data.API.Models.Affordability.Response.MonthAffordability)

List of Month Affordability

estimatedCalculatedIncomenumber(double)read-only

Calculated Income Estimate

estimatedFixedCostsnumber(double)read-only

Calculated Fixed Cost Estimate

estimatedFlexibleCostsnumber(double)read-only

Calculated Flexible Costs Estimate

estimatedDebtFeesnumber(double)read-only

Calculated Debt Fees Estimate

estimatedAffordabilitynumber(double)read-only

Calculated Affordability Estimate

]
Response
application/json
[ { "accountDetails": {}, "affordabilityMonths": [], "estimatedCalculatedIncome": 0.1, "estimatedFixedCosts": 0.1, "estimatedFlexibleCosts": 0.1, "estimatedDebtFees": 0.1, "estimatedAffordability": 0.1 } ]

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