Match bank transaction

Match an imported bank transaction to the register: link it to existing register entries (selected), create new register entries for it (extras), or both. The combined amount of the linked and created entries must equal the bank transaction amount.

Required permission: Full Write Accounting

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
≥ 1

The id of the bank transaction

Body Params

The match details

payee
object | null

The payee applied to every register entry created from extras. Overrides each line's own payee.

selected
array of objects | null

The existing register entries to match the bank transaction to, by id.

selected
extras
array of objects | null

Additional register entries to create and link to the bank transaction. Each line uses its account (required), fund (required), amount, description, and payee.

extras
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses
200

OK

401

Authentication is required, or the Ocs-Api-Key header is missing or invalid.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json