Transactions: get transaction by id_by_customer
transactions_get_id_by_customerRetrieve a single transaction for a customer account using the customer's internal ID. The ID is obtained from the transactions list endpoint.
Instructions
🟢 READ-ONLY — Fetches data. Makes no changes to the accounting records. get transaction by id_by_customer Get a single transaction for a specified customer account by id_by_customer. You can get the "id_by_customer" by using the "/transactions/get method" first. The response includes an array of transaction data.
Endpoint: POST /transactions/get/id_by_customer
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. |