v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Receipt Automatching

Get Status of Automatching Task

Query the status of the automatching task specified by path parameter automatchingTaskId.

get/receipts/automatching/{automatchingTaskId}

Path parameters

automatchingTaskIdstring uuid required

The id of the automatching task.

Response

Ok

automatchingTaskIdstring uuid required

The id of the automatching task.

organizationIdstring uuid required

The id of the organization this task belongs to.

status'IN_PROGRESS' | 'ERROR_DURING_PROCESSING' | 'ERROR_FEATURE_NOT_ACTIVE' | 'MATCHING_TRANSACTION_FOUND' | 'MATCHING_TRANSACTION_NOT_FOUND' required

The status of the automatching task.

additionalInformationstring

Additional information about the status. E.g. a more detailed error message or a reason why no match was found.