Skip to content

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/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
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.

Request

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

Security
Bearer
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
Operations