v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Receipt Automatching

Automatch Metadata to Transaction

Provide us with metadata about a receipt and we try to find the corresponding transaction for this metadata. Nothing is attached to the transaction, we just provide a matching transactionId if found. The more data provided, the better the matching result. This endpoint works asynchronously and only starts the automatching process. You will get a callback with the result once it is finished. Or you can query the status yourself.

post/receipts/automatching/metadata

Request body

organizationIdstring uuid required

The organization this receipt metadata belongs to.

Response

Accepted

automatchingTaskIdstring uuid required

The id of the automatching task for later fetching the status of this task. You will also get a callback if subscribed.