Manual deposits can be used to record receipt of money that's not related to an invoice (for example, an over-the-counter cash sale). For more information, see AR manual deposits in the Sage Intacct Help Center.
Returns a collection with a key, ID, and link for each manual deposit. This operation is mostly for use in testing; use the query service to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "key": "20",
- "id": "20",
- "href": "/objects/accounts-receivable/manual-deposit/20"
}, - {
- "key": "44",
- "id": "44",
- "href": "/objects/accounts-receivable/manual-deposit/44"
}
], - "ia::meta": {
- "totalCount": 2,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new manual deposit.
createdDate required | string <date> Specifies the date that the manual deposit was created. Example: "2025-06-08" | ||||||||||||||||
object Financial institution where the deposit was made. Example: "BOA" | |||||||||||||||||
| |||||||||||||||||
depositId | string or null The deposit ID correlates the manual deposit with the actual deposit slip from the bank. For example, the deposit ID can be the transaction number from the bank or a note such as Example: "BOA-0001" | ||||||||||||||||
description | string or null Description of the manual deposit. Example: "Deposit slip of bank BOA" | ||||||||||||||||
object Associated contacts for the manual deposit. | |||||||||||||||||
| |||||||||||||||||
documentNumber | string or null Invoice number to apply the payment against. Example: "INV-1602" | ||||||||||||||||
bankName | string Bank name for the manual deposit. Example: "BOA" | ||||||||||||||||
object Specifies the summary the deposit is added to. This field is applicable only if your company has configured AR to use manually created summaries (the summary frequency for manual deposits is set to Example: "Manual deposit Summary: 2024/01/01 Batch" | |||||||||||||||||
| |||||||||||||||||
object Currency details for the deposit. | |||||||||||||||||
| |||||||||||||||||
object Customer who made the payment. Example: "1" | |||||||||||||||||
| |||||||||||||||||
Array of objects Line items included in the manual deposit. | |||||||||||||||||
Array
|
Created
Bad Request
{- "customer": {
- "id": "CNXT"
}, - "financialEntity": {
- "entityId": "CITI"
}, - "createdDate": "2025-06-03",
- "manualDepositSummary": {
- "id": "2226"
}, - "lines": [
- {
- "paymentInformation": {
- "txnAmount": "150"
}, - "glAccount": {
- "id": "1200"
}, - "accountLabel": {
- "id": "sale01"
}, - "dimensions": {
- "location": {
- "id": "1"
}
}
}
]
}
{- "ia::result": {
- "id": "20",
- "key": "20",
- "href": "/objects/accounts-receivable/manual-deposit/20"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified manual deposit.
key required | string System-assigned unique key for the manual deposit. Example: 62 |
OK
Bad Request
{- "ia::result": {
- "id": "20",
- "key": "20",
- "recordType": "rp",
- "createdDate": "2025-07-08",
- "audit": {
- "createdDateTime": "2025-07-08T00:00:00Z",
- "modifiedDateTime": "2025-07-08T12:19:07Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "customer": {
- "id": "CNXT",
- "key": "12",
- "name": "CNXT",
- "href": "/objects/accounts-receivable/customer/12"
}, - "financialEntity": {
- "entityId": "CITI"
}, - "bankName": "Bank of America",
- "documentNumber": "INV-1602",
- "depositId": "BOA-0001",
- "description": null,
- "contacts": {
- "billTo": {
- "id": "cnxt(Ccnxt)",
- "key": "661",
- "href": "/objects/company-config/contact/661"
}, - "shipTo": {
- "id": "cnxt(Ccnxt)",
- "key": "661",
- "href": "/objects/company-config/contact/661"
}
}, - "currency": {
- "baseCurrency": "USD",
- "txnCurrency": "USD"
}, - "paymentInformation": {
- "totalAmountEntered": "100.00",
- "totalPaid": "100.00",
- "paidDate": "2025-07-08",
- "totalEntered": "100.00",
- "txnTotalPaid": "100.00"
}, - "state": "confirmed",
- "manualDepositSummary": {
- "id": "2226",
- "key": "19",
- "href": "/objects/accounts-receivable/manual-deposit-summary/19"
}, - "entity": {
- "key": null,
- "id": null,
- "name": null
}, - "lines": [
- {
- "id": "46",
- "key": "46",
- "manualDeposit": {
- "id": "46",
- "key": "20",
- "href": "/objects/accounts-receivable/manual-deposit/20"
}, - "glAccount": {
- "key": "36",
- "id": "1200",
- "name": "Accounts Receivable",
- "href": "/objects/general-ledger/account/36"
}, - "accountLabel": {
- "id": "Accounts Receivable - Manual",
- "key": "11",
- "href": "/objects/accounts-receivable/account-label/11"
}, - "currency": {
- "baseCurrency": "USD",
- "txnCurrency": "USD"
}, - "paymentInformation": {
- "baseAmount": "100.00",
- "txnAmount": "100.00"
}, - "dimensions": {
- "department": {
- "key": null,
- "id": null,
- "name": null
}, - "location": {
- "key": "1",
- "id": "1",
- "href": "/objects/company-config/location/1"
}, - "project": {
- "key": null,
- "id": null,
- "name": null
}, - "customer": {
- "key": "12",
- "id": "cnxt",
- "name": "cnxt",
- "href": "/objects/accounts-receivable/customer/12"
}, - "vendor": {
- "key": null,
- "id": null,
- "name": null
}, - "employee": {
- "key": null,
- "id": null,
- "name": null
}, - "item": {
- "key": null,
- "id": null,
- "name": null
}, - "class": {
- "key": null,
- "id": null,
- "name": null
}
}, - "memo": null,
- "lineNumber": 1,
- "audit": {
- "createdDateTime": "2025-07-08T12:19:07Z",
- "modifiedDateTime": "2025-07-08T12:19:07Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "href": "/objects/accounts-receivable/manual-deposit-line/46"
}
], - "href": "/objects/accounts-receivable/manual-deposit/20"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}