Please note this statement is created by Atto and not the bank.
Get Statement
Get Token
Connect Invitation
Get Consents
Revoke Consent
Bank Account Verification
Bank Data
Income Verification
Affordability
Bank Data (stored)
Income Verification (stored)
Payment Account Confirmation
Affordability (stored)
Atto Score
Consumer Financial Health
Business Financial Health
Categorisation Engine
Income Verification Engine
Affordability Engine
Accounts
Atto Developer Documentation (all)
Download OpenAPI description
Overview
URL
API Support
License
Languages
Servers
UK Environment (Production)
https://uk.api.atto.co/
US Environment (Production)
https://us.api.atto.co/
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.
- UK Environment (Production)
https://uk.api.atto.co/stored-data/v1/consents/{consentId}/accounts/{accountId}/statement
- US Environment (Production)
https://us.api.atto.co/stored-data/v1/consents/{consentId}/accounts/{accountId}/statement
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uk.api.atto.co/stored-data/v1/consents/{consentId}/accounts/{accountId}/statement' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response
No response example