The DepositorAccount Service provides access to depositor accounts (bank accounts) used by a biller or merchant. A given biller/merchant may have one or more depositor accounts, and these accounts may have a nickname and display name, in addition to the routing transaction and account number. Each payment transaction is applied to a given depositor account; the specific depositor account is often determined based on the Customer Account information (reference data).
Get a list of depositor accounts
Success
Internal Server Error
{- "acctName": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "billerBusUnitId": "string",
- "busUnitId": 0,
- "busUnitName": "string",
- "externalBusUnitId": "string",
- "lastModifiedDate": {
- "min": "2019-08-24T14:15:22Z",
- "max": "2019-08-24T14:15:22Z"
}, - "rowLimit": 0,
- "rowOffset": 0,
- "rowSortOrder": "string"
}
{- "rows": [
- {
- "objectType": "string",
- "systemId": 0,
- "name": "string",
- "owningBusUnitId": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "depositorId": 0,
- "depositorName": "string",
- "depositorLimitsId": 0,
- "bankRouting": "string",
- "depositAccountNumber": "string",
- "accountLimitsId": 0,
- "displayName": "string",
- "busUnit": {
- "systemId": 0,
- "name": "string",
- "externalId": "string",
- "billerId": "string"
}
}
], - "totalCount": 0
}
Update the provided deposit limits, matching on systemId. The updated deposit limits is returned
Success
Bad Request, Invalid Parameters
Not Found
Internal Server Error
{- "busUnit": {
- "timezone": "Americas/Chicago",
- "enabled": "true",
- "externalId": "string",
- "billerId": "string",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}, - "refInSubUnits": true,
- "revwPmtAmtPerCheck": 132314.23,
- "denyPmtAmtPerCheck": 132314.23,
- "revwPmtAmtPerDeposit": 132314.23,
- "denyPmtAmtPerDeposit": 132314.23,
- "revwPmtAmtPerDay": 132314.23,
- "denyPmtAmtPerDay": 132314.23,
- "revwPmtAmtPerMonth": 132314.23,
- "denyPmtAmtPerMonth": 132314.23,
- "revwPmtCntPerDeposit": 123,
- "denyPmtCntPerDeposit": 123,
- "revwPmtCntPerDay": 123,
- "denyPmtCntPerDay": 123,
- "revwPmtCntPerMonth": 123,
- "denyPmtCntPerMonth": 123,
- "revwDepCntPerDay": 123,
- "denyDepCntPerDay": 123,
- "revwDepCntPerMonth": 123,
- "denyDepCntPerMonth": 123,
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}
{- "busUnit": {
- "timezone": "Americas/Chicago",
- "enabled": "true",
- "externalId": "string",
- "billerId": "string",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}, - "refInSubUnits": true,
- "revwPmtAmtPerCheck": 132314.23,
- "denyPmtAmtPerCheck": 132314.23,
- "revwPmtAmtPerDeposit": 132314.23,
- "denyPmtAmtPerDeposit": 132314.23,
- "revwPmtAmtPerDay": 132314.23,
- "denyPmtAmtPerDay": 132314.23,
- "revwPmtAmtPerMonth": 132314.23,
- "denyPmtAmtPerMonth": 132314.23,
- "revwPmtCntPerDeposit": 123,
- "denyPmtCntPerDeposit": 123,
- "revwPmtCntPerDay": 123,
- "denyPmtCntPerDay": 123,
- "revwPmtCntPerMonth": 123,
- "denyPmtCntPerMonth": 123,
- "revwDepCntPerDay": 123,
- "denyDepCntPerDay": 123,
- "revwDepCntPerMonth": 123,
- "denyDepCntPerMonth": 123,
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}
Adds the provided deposit limits.
Success
Bad Request, Invalid Parameters
Forbidden
Conflict
Internal Server Error
{- "busUnit": {
- "timezone": "Americas/Chicago",
- "enabled": "true",
- "externalId": "string",
- "billerId": "string",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}, - "refInSubUnits": true,
- "revwPmtAmtPerCheck": 132314.23,
- "denyPmtAmtPerCheck": 132314.23,
- "revwPmtAmtPerDeposit": 132314.23,
- "denyPmtAmtPerDeposit": 132314.23,
- "revwPmtAmtPerDay": 132314.23,
- "denyPmtAmtPerDay": 132314.23,
- "revwPmtAmtPerMonth": 132314.23,
- "denyPmtAmtPerMonth": 132314.23,
- "revwPmtCntPerDeposit": 123,
- "denyPmtCntPerDeposit": 123,
- "revwPmtCntPerDay": 123,
- "denyPmtCntPerDay": 123,
- "revwPmtCntPerMonth": 123,
- "denyPmtCntPerMonth": 123,
- "revwDepCntPerDay": 123,
- "denyDepCntPerDay": 123,
- "revwDepCntPerMonth": 123,
- "denyDepCntPerMonth": 123,
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}
{- "busUnit": {
- "timezone": "Americas/Chicago",
- "enabled": "true",
- "externalId": "string",
- "billerId": "string",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}, - "refInSubUnits": true,
- "revwPmtAmtPerCheck": 132314.23,
- "denyPmtAmtPerCheck": 132314.23,
- "revwPmtAmtPerDeposit": 132314.23,
- "denyPmtAmtPerDeposit": 132314.23,
- "revwPmtAmtPerDay": 132314.23,
- "denyPmtAmtPerDay": 132314.23,
- "revwPmtAmtPerMonth": 132314.23,
- "denyPmtAmtPerMonth": 132314.23,
- "revwPmtCntPerDeposit": 123,
- "denyPmtCntPerDeposit": 123,
- "revwPmtCntPerDay": 123,
- "denyPmtCntPerDay": 123,
- "revwPmtCntPerMonth": 123,
- "denyPmtCntPerMonth": 123,
- "revwDepCntPerDay": 123,
- "denyDepCntPerDay": 123,
- "revwDepCntPerMonth": 123,
- "denyDepCntPerMonth": 123,
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}
Get a list of deposit limits
Success
Internal Server Error
{- "billerBusUnitId": "string",
- "busUnitId": 0,
- "busUnitName": "string",
- "deplDescription": {
- "like": "string",
- "equals": "string"
}, - "deplName": {
- "like": "string",
- "equals": "string"
}, - "externalBusUnitId": "string",
- "lastModifiedDate": {
- "min": "2019-08-24T14:15:22Z",
- "max": "2019-08-24T14:15:22Z"
}, - "rowLimit": 0,
- "rowOffset": 0,
- "rowSortOrder": "string"
}
{- "rows": [
- {
- "objectType": "string",
- "systemId": 0,
- "name": "string",
- "owningBusUnitId": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "denyDepCntPerDay": 0,
- "denyDepCntPerMonth": 0,
- "denyPmtAmtPerCheck": 0,
- "denyPmtAmtPerDay": 0,
- "denyPmtAmtPerDeposit": 0,
- "denyPmtAmtPerMonth": 0,
- "denyPmtCntPerDay": 0,
- "denyPmtCntPerDeposit": 0,
- "denyPmtCntPerMonth": 0,
- "description": "string",
- "revwDepCntPerDay": 0,
- "revwDepCntPerMonth": 0,
- "revwPmtAmtPerCheck": 0,
- "revwPmtAmtPerDay": 0,
- "revwPmtAmtPerDeposit": 0,
- "revwPmtAmtPerMonth": 0,
- "revwPmtCntPerDay": 0,
- "revwPmtCntPerDeposit": 0,
- "revwPmtCntPerMonth": 0,
- "refInSubUnits": true,
- "busUnit": {
- "billerId": "string",
- "externalId": "string",
- "systemId": 0,
- "name": "string"
}
}
], - "totalCount": 0
}
Get the deposit limits with the given id.
Success
Not found
Internal Server Error
{- "busUnit": {
- "timezone": "Americas/Chicago",
- "enabled": "true",
- "externalId": "string",
- "billerId": "string",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}, - "refInSubUnits": true,
- "revwPmtAmtPerCheck": 132314.23,
- "denyPmtAmtPerCheck": 132314.23,
- "revwPmtAmtPerDeposit": 132314.23,
- "denyPmtAmtPerDeposit": 132314.23,
- "revwPmtAmtPerDay": 132314.23,
- "denyPmtAmtPerDay": 132314.23,
- "revwPmtAmtPerMonth": 132314.23,
- "denyPmtAmtPerMonth": 132314.23,
- "revwPmtCntPerDeposit": 123,
- "denyPmtCntPerDeposit": 123,
- "revwPmtCntPerDay": 123,
- "denyPmtCntPerDay": 123,
- "revwPmtCntPerMonth": 123,
- "denyPmtCntPerMonth": 123,
- "revwDepCntPerDay": 123,
- "denyDepCntPerDay": 123,
- "revwDepCntPerMonth": 123,
- "denyDepCntPerMonth": 123,
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}
Delete the depositor limits with the given systemId. The Deposit Limits cannot be deleted if any Depositors or Accounts are using these limits.
Success
Not found
Internal Server Error
{- "httpCode": 0,
- "message": "Failed to authorize.",
- "systemId": 123412351
}
Get the depositor accounts for a business unit.
Success
Not found
Internal Server Error
{- "rows": [
- { }
], - "totalCount": 0
}
Get the depositor account with the given name.
Success
Not found
Internal Server Error
{- "busUnit": {
- "timezone": "Americas/Chicago",
- "enabled": "true",
- "externalId": "string",
- "billerId": "string",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}, - "depositorId": 12343,
- "depositorName": "The Electric Company Depositor",
- "displayName": "Account At The Electric Company Depositor",
- "depositorLimitsId": 132314,
- "bankName": "Wells Fargo",
- "bankRouting": "011000002",
- "depositAccountNumber": "000-12245-23",
- "accountLimitsId": 132314,
- "accountOwnershipType": "business, individual",
- "accountType": "checking, savings",
- "accountPurpose": "PRIMARY, SETTLEMENT",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}
Delete the depositor account with the given name.
Success
Not found
Internal Server Error
{- "httpCode": 0,
- "message": "Failed to authorize.",
- "systemId": 123412351
}
Adds the provided depositor account. The new depositor account is returned
Success
Bad Request, Invalid Parameters
Not Found
Internal Server Error
{- "busUnit": {
- "timezone": "Americas/Chicago",
- "enabled": "true",
- "externalId": "string",
- "billerId": "string",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}, - "depositorId": 12343,
- "depositorName": "The Electric Company Depositor",
- "displayName": "Account At The Electric Company Depositor",
- "depositorLimitsId": 132314,
- "bankName": "Wells Fargo",
- "bankRouting": "011000002",
- "depositAccountNumber": "000-12245-23",
- "accountLimitsId": 132314,
- "accountOwnershipType": "business, individual",
- "accountType": "checking, savings",
- "accountPurpose": "PRIMARY, SETTLEMENT",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}
{- "busUnit": {
- "timezone": "Americas/Chicago",
- "enabled": "true",
- "externalId": "string",
- "billerId": "string",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}, - "depositorId": 12343,
- "depositorName": "The Electric Company Depositor",
- "displayName": "Account At The Electric Company Depositor",
- "depositorLimitsId": 132314,
- "bankName": "Wells Fargo",
- "bankRouting": "011000002",
- "depositAccountNumber": "000-12245-23",
- "accountLimitsId": 132314,
- "accountOwnershipType": "business, individual",
- "accountType": "checking, savings",
- "accountPurpose": "PRIMARY, SETTLEMENT",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}
Update the provided depositor account, matching on systemId. The updated depositor account is returned
Success
Bad Request, Invalid Parameters
Not Found
Internal Server Error
{- "busUnit": {
- "timezone": "Americas/Chicago",
- "enabled": "true",
- "externalId": "string",
- "billerId": "string",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}, - "depositorId": 12343,
- "depositorName": "The Electric Company Depositor",
- "displayName": "Account At The Electric Company Depositor",
- "depositorLimitsId": 132314,
- "bankName": "Wells Fargo",
- "bankRouting": "011000002",
- "depositAccountNumber": "000-12245-23",
- "accountLimitsId": 132314,
- "accountOwnershipType": "business, individual",
- "accountType": "checking, savings",
- "accountPurpose": "PRIMARY, SETTLEMENT",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}
{- "busUnit": {
- "timezone": "Americas/Chicago",
- "enabled": "true",
- "externalId": "string",
- "billerId": "string",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}, - "depositorId": 12343,
- "depositorName": "The Electric Company Depositor",
- "displayName": "Account At The Electric Company Depositor",
- "depositorLimitsId": 132314,
- "bankName": "Wells Fargo",
- "bankRouting": "011000002",
- "depositAccountNumber": "000-12245-23",
- "accountLimitsId": 132314,
- "accountOwnershipType": "business, individual",
- "accountType": "checking, savings",
- "accountPurpose": "PRIMARY, SETTLEMENT",
- "objectType": "Transaction",
- "owningBusUnitId": 3143,
- "systemId": 3143,
- "name": "First State Properties",
- "description": "Properties defined for First State",
- "lastModifiedDate": "2023/07/08 13:04:48.145X",
- "customProperties": [
- {
- "customPropName": "BU_TYPE",
- "customPropValue": "LBX_BILLER",
- "customPropDescription": "string"
}
]
}