Given a userId, an accountId and an optional categorisation version, this endpoint will create new transactions for the user's CaaS account and initiate categorisation. Maximum limit on the number of transactions accepted on each call is 10,000.
The response includes a jobId that can be used to monitor categorisation progress via GET /v1/jobs/{jobId}.
Note: New transactions will be appended to the account and existing transactions will remain untouched. If a transaction ID already exists, those transactions will not be added and will be ignored.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Transaction data validation failed, or an unsupported categorisation version was provided.
401API key authentication unsuccessful.
403CaaS is forbidden for the requesting partner.
404User or account is invalid or does not exist.
409Account is not a CaaS account.