Creates a deposit into a QuickBooks Desktop bank or other asset account. Lines can either reference existing payments waiting to be deposited, using paymentTransactionId and optionally paymentTransactionLineId, or describe a manual transfer from another account using accountId and related line details.
Documentation Index
Fetch the complete documentation index at: https://docs.conductor.is/llms.txt
Use this file to discover all available pages before exploring further.
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}").
The ID of the End-User to receive this request.
"end_usr_1234567abcdefg"
The date of this deposit, in ISO 8601 format (YYYY-MM-DD).
"2024-10-01"
The account where the funds for this deposit will be deposited.
"80000001-1234567890"
A memo or note for this deposit.
"Batch settlement deposit"
Cash back taken out of this deposit and recorded to another account, such as Petty Cash.
The deposit's currency. For built-in currencies, the name and code are standard ISO 4217 international values. For user-defined currencies, all values are editable.
"80000001-1234567890"
The market exchange rate between this deposit's currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).
1.2345
A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.
IMPORTANT: This field must be formatted as a valid GUID; otherwise, QuickBooks will return an error.
"12345678-abcd-1234-abcd-1234567890ab"
The deposit's deposit lines, each representing either an existing payment selected for deposit or a manual transfer from another account into the deposit account.
1Returns the newly created deposit.
The unique identifier assigned by QuickBooks to this deposit. This ID is unique across all transaction types.
"123ABC-1234567890"
The type of object. This value is always "qbd_deposit".
"qbd_deposit""qbd_deposit"
The date and time when this deposit was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
"2025-01-01T12:34:56.000Z"
The date and time when this deposit was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
"2025-02-01T12:34:56.000Z"
The current QuickBooks-assigned revision number of this deposit object, which changes each time the object is modified. When updating this object, you must provide the most recent revisionNumber to ensure you're working with the latest data; otherwise, the update will return an error.
"1721172183"
The date of this deposit, in ISO 8601 format (YYYY-MM-DD).
"2024-10-01"
The account where the funds for this deposit have been deposited.
{
"id": "80000001-1234567890",
"fullName": "Checking"
}
A memo or note for this deposit.
"Batch settlement deposit"
The total monetary amount deposited into this deposit's destination account, represented as a decimal string.
"1000.00"
The deposit's currency. For built-in currencies, the name and code are standard ISO 4217 international values. For user-defined currencies, all values are editable.
{
"id": "80000001-1234567890",
"fullName": "USD"
}
The market exchange rate between this deposit's currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).
1.2345
This deposit's total monetary amount converted to the home currency of the QuickBooks company file, represented as a decimal string.
"1234.56"
Cash back taken out of this deposit and recorded to another account, such as Petty Cash.
A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.
"12345678-abcd-1234-abcd-1234567890ab"
The deposit's deposit lines, each representing either an existing payment selected for deposit or a manual transfer from another account into the deposit account.
The custom fields for the deposit object, added as user-defined data extensions, not included in the standard QuickBooks object.