Endpoint:
POST /v1/ai/finance/enrichment/transactions
Enrichment Resource:
[
{
"content": "Uber LONDON",
"countryCode": "GB"
},
{
"content": "COSTA COLLECT APP",
"countryCode": "GB"
}
]Enrichment Resource Properties:
content: Content of transaction e.g.: "COSTA COLLECT" or "tfl GREENWICH STN"countryCode: ISO Standard Country Code ISO 3166-1 Alpha-2
cURL Command
curl --location 'https://api.xyo.financial/v1/ai/banking/transaction/enrichment' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ' \
--data '[{"content":"Uber LONDON","countryCode":"GB"},{"content":"COSTA COLLECT APP","countryCode":"GB"}]'
Enrichment Response:
HTTP/1.1 200 OK{
"id": "3123-32132-13321312",
"link": "https://api.xyo.financial/webhook/download/3123-32132-13321312.tar.gz"
}Enrichment Response Properties:
id: UUID identifier for transaction enrichment job queue.link: Download link to compressed file containing enriched transactions.
This API is only available to FinTech and Bank clients