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

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

Integration

If you wish to get the PDF statement of an account for a given consent, you can do so using the GET /stored-data/v1/consents/:consentId/accounts/:accountId/statement endpoint.

Authentication

This API requires a bearer token using the api:stored_data scope.

Get PDF statement for the account

Request

Please note this statement is created by Atto and not the bank.

Path
consentIdstringrequired

The consent ID for which we want to fetch account information

accountIdstringrequired

The account ID for which we want to fetch PDF statement

curl -i -X GET \
  'https://uk.api.atto.co/stored-data/v1/consents/{consentId}/accounts/{accountId}/statement' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

PDF statement for the account

Body
One of:
string(binary)
Response
No response example