Unique identifier for the account to be verified for income
URL https://www.atto.co/about/contact
API Support support@atto.co
License All Rights Reserved © The IDCO. Ltd
Terms of Service
Currency code for the transactions, currently supported codes are GBP and USD.
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"
}
]
}'
[ { "accountId": "string", "incomeStreams": [ … ], "incomeStreamsSummary": { … } } ]