A checking account object models a real-world checking account at a bank and supports checking account reconciliation.
Returns detailed information for a specified checking account.
Subscription | Cash Management |
---|---|
User ype | Business, Employee, Project Manager |
Permissions | List, View Checking Accounts |
key required | string System-assigned key for the checking account. |
OK
Bad Request
{- "ia::result": {
- "id": "BOA-000987g",
- "bankAccountDetails": {
- "accountNumber": "890000088",
- "bankName": "Bank of America",
- "routingNumber": "123456789",
- "branchId": "00-1355",
- "phoneNumber": "9007780000",
- "bankAddress": {
- "addressLine1": "40714",
- "addressLine2": "Grimmer Blvd",
- "addressLine3": null,
- "city": "Fremont",
- "country": "United States",
- "postCode": "98765",
- "state": "CA"
}, - "currency": "GBP",
- "accountHolderName": "ACME Software"
}, - "accounting": {
- "glAccount": {
- "id": "9090.09.90--RestNextGenGL",
- "key": "584",
- "href": "/objects/general-ledger/account/584"
}, - "apJournal": {
- "id": "AR ADJ--AR Adjustment Journal",
- "key": "17",
- "href": "/objects/general-ledger/journal/17"
}, - "arJournal": {
- "id": "CHASE D--CHASE BANK DISB",
- "key": "12",
- "href": "/objects/general-ledger/journal/12"
}, - "bankingTimeZone": "GMT+05:30 Bombay, Calcutta, Madras, New Delhi",
- "serviceChargeGLAccount": {
- "key": null,
- "id": null
}, - "serviceChargeAccountLabel": {
- "key": "15",
- "id": "Car Payment",
- "href": "/objects/accounts-payable/account-label/15"
}, - "interestGLAccount": {
- "key": null,
- "id": null
}, - "interestAccountLabel": {
- "key": null,
- "id": null
}, - "disableInterEntityTransfer": false
}, - "checkPrinting": {
- "addressSettings": {
- "addressToPrint": "company",
- "printAddress": true,
- "printLogo": true,
- "address": {
- "addressLine1": "75688 Post st",
- "addressLine2": "456",
- "addressLine3": null,
- "city": "San Jose",
- "country": "United States",
- "countryCode": "US",
- "postCode": "94536",
- "state": "CA",
- "phone": "6609336532"
}, - "name": "Zine Inc."
}, - "micrSettings": {
- "regionalSettings": {
- "positionOfOnUsSymbol": "position31",
- "printCode45": true,
- "printOnUsSymbol": true,
- "printUSFundsUnderCheckAmount": false
}, - "accountNumberAlignment": "right",
- "accountNumberPositioning": 1,
- "minCheckNumberLength": "6"
}, - "printSettings": {
- "additionalText": "Pay to check holder",
- "paperFormat": "top",
- "printLineItems": true,
- "printLocation": "id",
- "printingFormat": "standard",
- "nextCheckNumber": "1012",
- "numberOfChecksInPreview": "one",
- "printOn": "blankCheckStock"
}, - "signatures": {
- "firstSignature": "sigimg1_g.gif",
- "limitForFirstSignatureAmount": null,
- "limitForSecondSignatureAmount": null,
- "secondSignature": "sigimg2_g.gif",
- "thresholdForSecondSignatureAmount": "99.00"
}, - "disablePrinting": false
}, - "reconciliation": {
- "matchSequence": {
- "key": "48",
- "id": "48--bankseq-1",
- "href": "/objects/company-config/document-sequence/48"
}, - "useMatchSequenceForAutoMatch": true,
- "useMatchSequenceForManualMatch": true,
- "lastReconciledBalance": null,
- "lastReconciledDate": null,
- "cutOffDate": null,
- "inProgressBalance": null,
- "inProgressDate": null
}, - "department": {
- "key": "9",
- "id": "11--Accounting",
- "href": "/objects/company-config/department/9"
}, - "location": {
- "key": "1",
- "id": "1--United States of America",
- "href": "/objects/company-config/location/1"
}, - "status": "active",
- "audit": {
- "createdDateTime": "2024-03-07T19:39:43Z",
- "modifiedDateTime": "2024-03-07T19:39:43Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "key": "291",
- "ach": {
- "bankId": null,
- "companyName": null,
- "companyIdentification": null,
- "originatingFinancialInstitution": null,
- "companyEntryDescription": null,
- "companyDiscretionaryData": null,
- "recordTypeCode": "5",
- "serviceClassCode": "220",
- "originatorStatusCode": "1",
- "batchId": null,
- "traceNumberSequence": null,
- "paymentNumberSequence": null,
- "useTraceNumber": "useAsPayment",
- "enableACH": null,
- "useRecommendedSetup": null
}, - "bankingCloudConnection": {
- "status": "notConnected",
- "bankName": null,
- "name": null,
- "lastBankTxnDateTime": null,
- "lastRefreshedDateTime": null,
- "refreshStatus": null,
- "supportMultiAccountLinking": null
}, - "bankFile": {
- "enableBankFile": null,
- "bankFileFormat": null,
- "bankCode": null,
- "apcaNumber": null,
- "sunNumber": null,
- "bsbNumber": null,
- "sortCode": null,
- "seedValue": null,
- "userReference": null,
- "clientCode": null,
- "serviceType": null,
- "originatorId": null,
- "businessIdCode": null,
- "processingDataCenterCode": null,
- "debtorBankNumber": null,
- "returnAccountNumber": null,
- "branchTransitNumber": null,
- "messageIdPrefix": null
}, - "financialInstitution": {
- "key": null,
- "id": null
}, - "ruleSet": {
- "id": null,
- "key": null
}, - "paymentProviderBankAccounts": [ ],
- "href": "/objects/cash-management/checking-account/291"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Creates a new checking account.
key required | string System-assigned key for the checking account. |
id required | string Name or other unique identifier for the checking account. The ID cannot be modified. Example: "BOA" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | object Location to use for GL posting (optional). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Bank account details | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Accounting Information | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Reconciliation information | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Department to use for GL posting (optional). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Automated clearing house details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Bank file set up for companies subscribed to Sage Cloud Services and enabled for bank file payments. A bank file is a standard file used by banks to make multiple payments. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Applied rule set | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Restrict a bank account to a specfic location or restrict one or more entity/locations to a specific account. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Created checking account
{- "id": "BOA",
- "bankAccountDetails": {
- "accountNumber": "890000088",
- "bankName": "Bank of America",
- "routingNumber": "123456789",
- "branchId": "00-1355",
- "phoneNumber": "9007780000",
- "bankAddress": {
- "addressLine1": "40714",
- "addressLine2": "Grimmer Blvd",
- "addressLine3": "West Cameron",
- "city": "Fremont",
- "country": "United States",
- "postCode": "98765",
- "state": "CA"
}, - "currency": "USD",
- "accountHolderName": "ACME Software"
}, - "accounting": {
- "glAccount": {
- "id": "9090.09.90--RestNextGenGL"
}, - "apJournal": {
- "id": "AR ADJ--AR Adjustment Journal"
}, - "arJournal": {
- "id": "RCPT--Receipts Journal"
}, - "bankingTimeZone": "GMT+02:00 Central Europe Summer Time",
- "serviceChargeAccountLabel": {
- "key": "15"
}, - "interestAccountLabel": {
- "id": "Sales"
}, - "disableInterEntityTransfer": false
}, - "checkPrinting": {
- "addressSettings": {
- "addressToPrint": "company",
- "printAddress": true,
- "printLogo": true,
- "address": {
- "addressLine1": "75688 Post st",
- "addressLine2": "456",
- "addressLine3": "West Cameron",
- "city": "San Jose",
- "country": "United States",
- "countryCode": "US",
- "postCode": "94536",
- "state": "CA",
- "phone": "6609336532"
}, - "name": "Zine Inc."
}, - "micrSettings": {
- "regionalSettings": {
- "positionOfOnUsSymbol": "position31",
- "printCode45": true,
- "printOnUsSymbol": true,
- "printUSFundsUnderCheckAmount": false
}, - "accountNumberAlignment": "right",
- "accountNumberPositioning": 1,
- "minCheckNumberLength": "6"
}, - "printSettings": {
- "additionalText": "Pay to check holder",
- "paperFormat": "top",
- "printLineItems": true,
- "printLocation": "id",
- "printingFormat": "standard",
- "nextCheckNumber": "1012",
- "numberOfChecksInPreview": "One",
- "printOn": "blankCheckStock"
}, - "signatures": {
- "firstSignature": "sigimg1_g.gif",
- "limitForFirstSignatureAmount": "20",
- "limitForSecondSignatureAmount": "30",
- "secondSignature": "sigimg2_g.gif",
- "thresholdForSecondSignatureAmount": "99.00"
}, - "disablePrinting": false
}, - "reconciliation": {
- "matchSequence": {
- "key": "48"
}, - "useMatchSequenceForAutoMatch": true,
- "useMatchSequenceForManualMatch": true
}, - "ach": {
- "bankId": "ACH-1",
- "companyName": "origin",
- "companyIdentification": "originid",
- "originatingFinancialInstitution": "8909",
- "companyEntryDescription": "entry desc",
- "companyDiscretionaryData": "disc",
- "serviceClassCode": "220",
- "batchId": "BOA_ACH_BatchNo",
- "traceNumberSequence": "BOA_ACH_TraceNo",
- "paymentNumberSequence": "CONTINVOICE",
- "useTraceNumber": "T",
- "enableACH": true,
- "useRecommendedSetup": true
}, - "ruleSet": {
- "key": "53",
- "id": "MatchDateAmountGrpbyDateRuleSet"
}, - "restrictions": {
- "restrictionType": "restricted",
- "locations": [
- "1--United States of America",
- "200--My New Entity"
]
}, - "location": {
- "key": "1",
- "id": "1--United States of America"
}
}
{- "id": "BOA-000987g",
- "bankAccountDetails": {
- "accountNumber": "890000088",
- "bankName": "Bank of America",
- "routingNumber": "123456789",
- "branchId": "00-1355",
- "phoneNumber": "9007780000",
- "bankAddress": {
- "addressLine1": "40714",
- "addressLine2": "Grimmer Blvd",
- "addressLine3": null,
- "city": "Fremont",
- "country": "United States",
- "postCode": "98765",
- "state": "CA"
}, - "currency": "GBP",
- "accountHolderName": "ACME Software"
}, - "accounting": {
- "glAccount": {
- "id": "9090.09.90--RestNextGenGL"
}, - "apJournal": {
- "id": "AR ADJ--AR Adjustment Journal"
}, - "arJournal": {
- "id": "CHASE D--CHASE BANK DISB"
}, - "bankingTimeZone": "GMT+05:30 Bombay, Calcutta, Madras, New Delhi",
- "serviceChargeAccountLabel": {
- "key": "15"
}, - "interestAccountLabel": {
- "id": "Sales"
}, - "disableInterEntityTransfer": false
}, - "checkPrinting": {
- "addressSettings": {
- "addressToPrint": "company",
- "printAddress": true,
- "printLogo": true,
- "address": {
- "addressLine1": "75688 Post st",
- "addressLine2": "456",
- "addressLine3": null,
- "city": "San Jose",
- "country": "United States",
- "countryCode": "US",
- "postCode": "94536",
- "state": "CA",
- "phone": "6609336532"
}, - "name": "Zine Inc."
}, - "micrSettings": {
- "regionalSettings": {
- "positionOfOnUsSymbol": "position31",
- "printCode45": true,
- "printOnUsSymbol": true,
- "printUSFundsUnderCheckAmount": false
}, - "accountNumberAlignment": "right",
- "accountNumberPositioning": 1,
- "minCheckNumberLength": "6"
}, - "printSettings": {
- "additionalText": "Pay to check holder",
- "paperFormat": "top",
- "printLineItems": true,
- "printLocation": "id",
- "printingFormat": "standard",
- "nextCheckNumber": "1012",
- "// "printPreview"": "One",
- "printOn": "blankCheckStock"
}, - "signatures": {
- "firstSignature": "sigimg1_g.gif",
- "limitForFirstSignatureAmount": null,
- "limitForSecondSignatureAmount": null,
- "secondSignature": "sigimg2_g.gif",
- "thresholdForSecondSignatureAmount": "99.00"
}, - "disablePrinting": false
}, - "reconciliation": {
- "matchSequence": {
- "key": "48"
}, - "useMatchSequenceForAutoMatch": true,
- "useMatchSequenceForManualMatch": true
}, - "department": {
- "id": "11--Accounting"
}, - "location": {
- "id": "1--United States of America"
}
}
Updates an existing checking account by setting field values. Any fields not provided remain unchanged.
key required | string System-assigned key for the checking account. |
object Bank account details | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Accounting Information | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Reconciliation information | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Department to use for GL posting (optional). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Location to use for GL posting (optional). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Automated clearing house details. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Bank file set up for companies subscribed to Sage Cloud Services and enabled for bank file payments. A bank file is a standard file used by banks to make multiple payments. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Applied rule set | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Restrict a bank account to a specfic location or restrict one or more entity/locations to a specific account. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Updated checking account
{- "bankAccountDetails": {
- "bankName": "Bank of America New"
}, - "ruleSet": {
- "key": "53",
- "id": "MatchDateAmountGrpbyDateRuleSet"
}, - "restrictions": {
- "restrictionType": "unrestricted",
- "locations": [ ]
}, - "reconciliation": {
- "matchSequence": {
- "key": "48"
}, - "useMatchSequenceForAutoMatch": true,
- "useMatchSequenceForManualMatch": true
}
}
{- "ia::result": {
- "key": "12345",
- "id": "ID123",
- "href": "/objects/<application>/<name>/12345"
}, - "ia::meta": {
- "totalCount": 3,
- "totalSuccess": 2,
- "totalError": 1
}
}
Deletes a checking account.
key required | string System-assigned key for the checking account. |
No Content
Bad Request
{- "ia::error": {
- "code": "invalidRequest",
- "message": "Malformed URL",
- "supportId": "sQrM9%7EYdh5oDEWVb80mrn9xuHjoAAAABBQ",
- "details": [
- {
- "code": "invalidRequest",
- "message": "The content type is not valid",
- "correction": "TODO"
}
]
}
}
Returns up to 100 object references from the collection with a key, ID, and link for each checking account. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
Subscription | Cash Management |
---|---|
User ype | Business, Employee, Project Manager |
Permissions | List, View Checking Accounts |
OK
Bad Request
{- "ia::result": [
- {
- "key": "84",
- "id": "AUDCHK",
- "href": "/objects/cash-management/checking-account/84"
}, - {
- "key": "85",
- "id": "BDF",
- "href": "/objects/cash-management/checking-account/85"
}, - {
- "key": "60",
- "id": "BOA",
- "href": "/objects/cash-management/checking-account/60"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "cash-management/checking-account" | ||||||||
fields | Array of strings List of fields to include in the response. Can be any combination of these:
Example: ["key","id","max:vendor.creditLimit"] | ||||||||
Array of equal (object) or not equal (object) or less than (object) or (less than or equal (object)) or greater than (object) or (greater than or equal (object)) or in (object) or not in (object) or between (object) or not between (object) or contains (object) or does not contain (object) or starts with (object) or does not start with (object) or ends with (object) or does not end with (object) Filter conditions to select the objects to return based on their field values. You use operators and conditions to build your filter, such as Example: [{"$eq":{"status":"active"}},{"$gt":{"totalDue":"1000"}},{"$contains":{"name":"Acme"}}] | |||||||||
Array Any of: Field value must be equal to this specified value. For date fields, you can use these macro values that are relative to the current date or the
These are most useful for queries that you want to save and use repeatedly, such as for views or reports. Just change the For example,
| |||||||||
filterExpression | string Default: "and" Logical operators to apply when there are multiple filter conditions. The conditions in the Shortcuts:
Example: "(1 and 2) or 3" | ||||||||
| |||||||||
Array of objects Set the order of the results by specifying field names to sort by and whether they should be in ascending or descending order. Example: [{"totalDue":"asc"},{"lastPaymentMadeDate":"desc"}] | |||||||||
Array
| |||||||||
start | integer First record of the result set to include in the response. Example: 1 | ||||||||
size | integer Number of records to include in the response. Example: 100 |
OK
Bad Request
{- "object": "cash-management/checking-account",
- "filters": [
- {
- "$eq": {
- "status": "active"
}
}
], - "fields": [
- "key",
- "id",
- "bankAccountDetails.accountNumber",
- "bankAccountDetails.bankName",
- "bankAccountDetails.routingNumber"
], - "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "key": "1",
- "id": "CHK0001",
- "bankAccountDetails.accountNumber": "1020",
- "bankAccountDetails.bankName": "HSBC",
- "bankAccountDetails.routingNumber": "123456789"
}, - {
- "key": "4",
- "id": "CHK002",
- "bankAccountDetails.accountNumber": "123456",
- "bankAccountDetails.bankName": "Prosperous Bank",
- "bankAccountDetails.routingNumber": "123456789"
}, - {
- "key": "9",
- "id": "CHK003",
- "bankAccountDetails.accountNumber": "5431678",
- "bankAccountDetails.bankName": "First National Bank",
- "bankAccountDetails.routingNumber": "458976129"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}