The Customer Account Service provides access to the customer account information for a given merchant. This information is used to validate and match payment data during the workflow process. This data can be uploaded in bulk or maintained through individual APIs to insert, update and delete.
Get the customer account with the given externalId.
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"
}
]
}, - "externalId": "string",
- "depositorAccountName": "string",
- "depositorAccountDisplayName": "string",
- "mainAccountNumber": "3423142",
- "altAccountNumber": "0003423142",
- "paymentDecision": "Accept",
- "name": "John Doe",
- "address1": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address2": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address3": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "electronicDelivery": true,
- "dueDate": "2023/07/08",
- "amountDue": 295.39,
- "pastDueDate": "2023/07/08",
- "pastDueAmount": 1295.39,
- "payoffAmount": 1295.39,
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "string"
}
Delete the customer account with the given externalId. If externalId=ALL then all customer accounts for the busUnit are deleted.
Success
Not found
Internal Server Error
{- "httpCode": 0,
- "message": "Failed to authorize.",
- "systemId": 123412351
}
Validates that the customer account exists.
Success
Account 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"
}
]
}, - "externalId": "string",
- "depositorAccountName": "string",
- "depositorAccountDisplayName": "string",
- "mainAccountNumber": "3423142",
- "altAccountNumber": "0003423142",
- "paymentDecision": "Accept",
- "name": "John Doe",
- "address1": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address2": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address3": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "electronicDelivery": true,
- "dueDate": "2023/07/08",
- "amountDue": 295.39,
- "pastDueDate": "2023/07/08",
- "pastDueAmount": 1295.39,
- "payoffAmount": 1295.39,
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "string"
}
{- "httpCode": 0,
- "message": "Failed to authorize.",
- "systemId": 123412351
}
Adds the provided customer account, assigning a new externalId if required. The new customer 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"
}
]
}, - "externalId": "string",
- "depositorAccountName": "string",
- "depositorAccountDisplayName": "string",
- "mainAccountNumber": "3423142",
- "altAccountNumber": "0003423142",
- "paymentDecision": "Accept",
- "name": "John Doe",
- "address1": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address2": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address3": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "electronicDelivery": true,
- "dueDate": "2023/07/08",
- "amountDue": 295.39,
- "pastDueDate": "2023/07/08",
- "pastDueAmount": 1295.39,
- "payoffAmount": 1295.39,
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "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"
}
]
}, - "externalId": "string",
- "depositorAccountName": "string",
- "depositorAccountDisplayName": "string",
- "mainAccountNumber": "3423142",
- "altAccountNumber": "0003423142",
- "paymentDecision": "Accept",
- "name": "John Doe",
- "address1": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address2": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address3": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "electronicDelivery": true,
- "dueDate": "2023/07/08",
- "amountDue": 295.39,
- "pastDueDate": "2023/07/08",
- "pastDueAmount": 1295.39,
- "payoffAmount": 1295.39,
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "string"
}
Update the provided customer account, matching on externalId. The updated customer 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"
}
]
}, - "externalId": "string",
- "depositorAccountName": "string",
- "depositorAccountDisplayName": "string",
- "mainAccountNumber": "3423142",
- "altAccountNumber": "0003423142",
- "paymentDecision": "Accept",
- "name": "John Doe",
- "address1": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address2": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address3": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "electronicDelivery": true,
- "dueDate": "2023/07/08",
- "amountDue": 295.39,
- "pastDueDate": "2023/07/08",
- "pastDueAmount": 1295.39,
- "payoffAmount": 1295.39,
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "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"
}
]
}, - "externalId": "string",
- "depositorAccountName": "string",
- "depositorAccountDisplayName": "string",
- "mainAccountNumber": "3423142",
- "altAccountNumber": "0003423142",
- "paymentDecision": "Accept",
- "name": "John Doe",
- "address1": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address2": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address3": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "electronicDelivery": true,
- "dueDate": "2023/07/08",
- "amountDue": 295.39,
- "pastDueDate": "2023/07/08",
- "pastDueAmount": 1295.39,
- "payoffAmount": 1295.39,
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "string"
}
Attempt to match to a customer accounts.
Success
Account 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"
}
]
}, - "externalId": "string",
- "depositorAccountName": "string",
- "depositorAccountDisplayName": "string",
- "mainAccountNumber": "3423142",
- "altAccountNumber": "0003423142",
- "paymentDecision": "Accept",
- "name": "John Doe",
- "address1": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address2": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address3": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "electronicDelivery": true,
- "dueDate": "2023/07/08",
- "amountDue": 295.39,
- "pastDueDate": "2023/07/08",
- "pastDueAmount": 1295.39,
- "payoffAmount": 1295.39,
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "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"
}
]
}, - "externalId": "string",
- "depositorAccountName": "string",
- "depositorAccountDisplayName": "string",
- "mainAccountNumber": "3423142",
- "altAccountNumber": "0003423142",
- "paymentDecision": "Accept",
- "name": "John Doe",
- "address1": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address2": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address3": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "electronicDelivery": true,
- "dueDate": "2023/07/08",
- "amountDue": 295.39,
- "pastDueDate": "2023/07/08",
- "pastDueAmount": 1295.39,
- "payoffAmount": 1295.39,
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "string"
}
Add up to 1000 customer accounts
object (BusinessUnit) Business unit to which this user is authorized (and all business units below) | |
Array of objects (CustomerAccount) List of customer accounts to add. |
Success
Bad Request, Invalid Parameters
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"
}
]
}, - "customerAccounts": [
- {
- "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"
}
]
}, - "externalId": "string",
- "depositorAccountName": "string",
- "depositorAccountDisplayName": "string",
- "mainAccountNumber": "3423142",
- "altAccountNumber": "0003423142",
- "paymentDecision": "Accept",
- "name": "John Doe",
- "address1": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address2": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address3": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "electronicDelivery": true,
- "dueDate": "2023/07/08",
- "amountDue": 295.39,
- "pastDueDate": "2023/07/08",
- "pastDueAmount": 1295.39,
- "payoffAmount": 1295.39,
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "string"
}
]
}
{- "httpCode": 0,
- "message": "Failed to authorize.",
- "systemId": 123412351
}
Get a list of customer accounts
Success
Internal Server Error
{- "accountAmountDue": {
- "min": 0,
- "max": 0,
- "equals": 0,
- "notEquals": 0
}, - "accountDueDate": {
- "min": "2019-08-24T14:15:22Z",
- "max": "2019-08-24T14:15:22Z",
- "equals": "2019-08-24T14:15:22Z",
- "notEquals": "2019-08-24T14:15:22Z"
}, - "accountId": {
- "equals": 0
}, - "accountNumber": "string",
- "acctAddr1Type": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr2City": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr2CountryCode": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr2Line1": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr2Line2": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr2PostalCode": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr2State": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr3City": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr3CountryCode": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr3Line1": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr3Line2": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr3PostalCode": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "acctAddr3State": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "addr2Type": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "addr3Type": {
- "min": "string",
- "max": "string",
- "equals": "string",
- "notEquals": "string"
}, - "addrLine1": {
- "like": "string",
- "equals": "string"
}, - "addrLine2": {
- "notLike": "string",
- "like": "string",
- "equals": "string"
}, - "altAccountNumber": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "billerBusUnitId": "string",
- "billerStatus": {
- "like": "Accept",
- "equals": "Accept"
}, - "busUnitId": 0,
- "busUnitName": "string",
- "city": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "countryCode": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "currentId": {
- "equals": 0
}, - "customerCount": {
- "min": 0,
- "max": 0,
- "equals": 0,
- "notEquals": 0
}, - "description": {
- "like": "string",
- "equals": "string"
}, - "dupsOnly": {
- "equals": true
}, - "effEndDate": {
- "min": "2019-08-24T14:15:22Z",
- "max": "2019-08-24T14:15:22Z"
}, - "effStartDate": {
- "min": "2019-08-24T14:15:22Z",
- "max": "2019-08-24T14:15:22Z"
}, - "electronic": {
- "equals": true
}, - "externalBusUnitId": "string",
- "externalId": {
- "like": "string",
- "equals": "string"
}, - "group": {
- "like": "string",
- "equals": "string"
}, - "info1": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "info2": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "info3": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "info4": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "info5": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "info6": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "info7": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "info8": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "info9": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "postalCode": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "rowLimit": 0,
- "rowOffset": 0,
- "rowSortOrder": "string",
- "state": {
- "min": "string",
- "notLike": "string",
- "max": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}, - "status": {
- "notLike": "string",
- "like": "string",
- "equals": "string",
- "notEquals": "string"
}
}
{- "rows": [
- {
- "paymentDecision": "string",
- "amountDue": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "mainAccountNumber": "string",
- "altAccountNumber": "string",
- "name": "string",
- "externalId": "string",
- "depositorAccountName": "string",
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "string",
- "busUnit": {
- "systemId": 0,
- "name": "string",
- "externalId": "string",
- "billerId": "string"
}, - "address2": {
- "city": "string",
- "countryCode": "string",
- "addrLine1": "string",
- "addrLine2": "string",
- "postalCode": "string",
- "state": "string",
- "addressType": "string"
}, - "address1": {
- "addrLine1": "string",
- "addrLine2": "string",
- "city": "string",
- "countryCode": "string",
- "postalCode": "string",
- "state": "string",
- "addressType": "string"
}, - "address3": {
- "city": "string",
- "countryCode": "string",
- "addrLine1": "string",
- "addrLine2": "string",
- "postalCode": "string",
- "state": "string",
- "addressType": "string"
}
}
], - "totalCount": 0
}
Get a list of customer account matching provided information.
Success
Account 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"
}
]
}, - "externalId": "string",
- "depositorAccountName": "string",
- "depositorAccountDisplayName": "string",
- "mainAccountNumber": "3423142",
- "altAccountNumber": "0003423142",
- "paymentDecision": "Accept",
- "name": "John Doe",
- "address1": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address2": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "address3": {
- "addressType": "Residential",
- "addrLine1": "200 AnyStreet",
- "addrLine2": "Unit 2G",
- "city": "AnyTown",
- "state": "ND",
- "countryCode": "US",
- "postalCode": "33234-2312"
}, - "electronicDelivery": true,
- "dueDate": "2023/07/08",
- "amountDue": 295.39,
- "pastDueDate": "2023/07/08",
- "pastDueAmount": 1295.39,
- "payoffAmount": 1295.39,
- "info1": "string",
- "info2": "string",
- "info3": "string",
- "info4": "string",
- "info5": "string",
- "info6": "string",
- "info7": "string",
- "info8": "string",
- "info9": "string"
}
{- "rows": [
- { }
], - "totalCount": 0
}