Unique identifier for the account to be verified for income
API Reference//
- Processes the income verifications for the accounts supplied.
Integration
Authorization
Processes the income veri...
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/
Body
- application/json-patch+json
- application/json
- text/json
- application/*+json
Currency code for the transactions, currently supported codes are GBP and USD.
- UK Environment (Production)
https://uk.api.atto.co/insights-engine/v1/income-verification
- US Environment (Production)
https://us.api.atto.co/insights-engine/v1/income-verification
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://uk.api.atto.co/insights-engine/v1/income-verification \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"accountId": "string",
"includeFlags": true,
"excludeBenefits": true,
"currencyCode": "string",
"transactions": [
{
"transactionId": "string",
"description": "string",
"amount": 0.1,
"creditDebitIndicator": "Credit",
"status": "Pending",
"bookingDate": "string"
}
]
}'
Response
application/json
[ { "accountId": "string", "incomeStreams": [ … ], "incomeStreamsSummary": { … } } ]