Receipts: get all transactions assigned to a specific receipt
receipts_assigned_transactions_getRetrieve all transactions linked to a specific receipt by providing its customer account ID. Lists assigned transactions for bookkeeping review.
Instructions
🟢 READ-ONLY — Fetches data. Makes no changes to the accounting records. get all transactions assigned to a specific receipt Get all transactions assigned to a specific receipt for a specified customer account by id_by_customer. You can get the "id_by_customer" by using the "/receipts/get method" first.
Endpoint: POST /receipts/assigned-transactions/get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional. The BB customer api_key to act on. Defaults to the BB_API_KEY configured on the server — only set this to target a different customer. | |
| confirmed_only | No | If true, only confirmed assignments will be returned. If specified, the field will be validated. | |
| receipt_id_by_customer | Yes | The id_by_customer of the receipt. |