v1
latestOpenAPI 3.0.12026-07-141671231.8 MBTransactions
Match a transaction to a supplier invoice
This endpoint allows you to match a transaction to a supplier invoice.
You can match one transaction with one supplier invoice at a time. To match multiple transactions to a supplier invoice, you need to call this endpoint multiple times. It's possible to match a transaction to multiple supplier invoices too.
ℹ️ This endpoint requires the following scope: supplier_invoices:all
post/api/external/v2/supplier_invoices/{supplier_invoice_id}/matched_transactions
Path parameters
supplier_invoice_idinteger required
Request body
Example request
{
"transaction_id": 42
}Response
Transaction matched successfully