Flag whether to use the latest or legacy categorisation service
URL https://www.atto.co/about/contact
API Support support@atto.co
License All Rights Reserved © The IDCO. Ltd
Terms of Service
Request body for categorisation
Currency code for the transactions, currently supported codes are GBP and USD.
curl -i -X POST \
'https://uk.api.atto.co/insights-engine/v1/enrich-transactions?confidenceFloor=0&useLegacyCategorisation=false' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"referenceId": "string",
"countryCode": "string",
"currencyCode": "string",
"transactions": [
{
"transactionId": "string",
"description": "string",
"amount": 0.1,
"creditDebitIndicator": "Credit",
"status": "Pending",
"bookingDate": "string"
}
]
}'
[ { "referenceId": "string", "countryCode": "string", "currencyCode": "string", "transactions": [ … ] } ]