BatchAchOrig

Perform various operations on batch Automated Clearing House (ACH) origination records.

Symitar eDocs References: Coming soon.

Operations

getBatchAchOrig

post
Authorizations
Body
AccountNumberstringOptional
BatchAchOrigLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/account/getBatchAchOrig HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 186

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "BatchAchOrigLocator": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "BatchAchOrig": {
    "CompanyDiscretionaryData": "text",
    "CompanyEntryDescription": "text",
    "CompanyId": "text",
    "CompanyName": "text",
    "DepositSettlementDate": "2025-06-23",
    "EffectiveEntryDate": "2025-06-23",
    "Expiration": "2025-06-23",
    "GroupNumber": "text",
    "Id": "text",
    "IdType": 1,
    "Locator": 1,
    "OrigAmount": 1,
    "PaySettlementDate": "2025-06-23",
    "PostMethod": 1,
    "RecordChangeDate": "2025-06-23",
    "StandardEntryClassCode": "text",
    "Status": 1,
    "TotalOriginationCount": 1,
    "TotalPostedCount": 1
  }
}

getBatchAchOrigSelectFields

post
Authorizations
Body
AccountNumberstringOptional
BatchAchOrigLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/account/getBatchAchOrigSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 678

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "BatchAchOrigLocator": 1,
  "SelectableFields": {
    "IncludeAllBatchAchOrigFields": true,
    "BatchAchOrigFields": {
      "CompanyDiscretionaryData": true,
      "CompanyEntryDescription": true,
      "CompanyId": true,
      "CompanyName": true,
      "DepositSettlementDate": true,
      "EffectiveEntryDate": true,
      "Expiration": true,
      "GroupNumber": true,
      "Id": true,
      "IdType": true,
      "Locator": true,
      "OrigAmount": true,
      "PaySettlementDate": true,
      "PostMethod": true,
      "RecordChangeDate": true,
      "StandardEntryClassCode": true,
      "Status": true,
      "TotalOriginationCount": true,
      "TotalPostedCount": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "BatchAchOrig": {
    "CompanyDiscretionaryData": "text",
    "CompanyEntryDescription": "text",
    "CompanyId": "text",
    "CompanyName": "text",
    "DepositSettlementDate": "2025-06-23",
    "EffectiveEntryDate": "2025-06-23",
    "Expiration": "2025-06-23",
    "GroupNumber": "text",
    "Id": "text",
    "IdType": 1,
    "Locator": 1,
    "OrigAmount": 1,
    "PaySettlementDate": "2025-06-23",
    "PostMethod": 1,
    "RecordChangeDate": "2025-06-23",
    "StandardEntryClassCode": "text",
    "Status": 1,
    "TotalOriginationCount": 1,
    "TotalPostedCount": 1
  }
}

getBatchAchOrigPagedList

post
Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/account/getBatchAchOrigPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 256

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "BatchAchOrig": [
    {
      "CompanyDiscretionaryData": "text",
      "CompanyEntryDescription": "text",
      "CompanyId": "text",
      "CompanyName": "text",
      "DepositSettlementDate": "2025-06-23",
      "EffectiveEntryDate": "2025-06-23",
      "Expiration": "2025-06-23",
      "GroupNumber": "text",
      "Id": "text",
      "IdType": 1,
      "Locator": 1,
      "OrigAmount": 1,
      "PaySettlementDate": "2025-06-23",
      "PostMethod": 1,
      "RecordChangeDate": "2025-06-23",
      "StandardEntryClassCode": "text",
      "Status": 1,
      "TotalOriginationCount": 1,
      "TotalPostedCount": 1
    }
  ],
  "Token": "text"
}

getBatchAchOrigListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/account/getBatchAchOrigListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 654

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "SelectableFields": {
    "IncludeAllBatchAchOrigFields": true,
    "BatchAchOrigFields": {
      "CompanyDiscretionaryData": true,
      "CompanyEntryDescription": true,
      "CompanyId": true,
      "CompanyName": true,
      "DepositSettlementDate": true,
      "EffectiveEntryDate": true,
      "Expiration": true,
      "GroupNumber": true,
      "Id": true,
      "IdType": true,
      "Locator": true,
      "OrigAmount": true,
      "PaySettlementDate": true,
      "PostMethod": true,
      "RecordChangeDate": true,
      "StandardEntryClassCode": true,
      "Status": true,
      "TotalOriginationCount": true,
      "TotalPostedCount": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "BatchAchOrigList": {
    "hasReachedMaximumListSize": true,
    "BatchAchOrig": [
      {
        "CompanyDiscretionaryData": "text",
        "CompanyEntryDescription": "text",
        "CompanyId": "text",
        "CompanyName": "text",
        "DepositSettlementDate": "2025-06-23",
        "EffectiveEntryDate": "2025-06-23",
        "Expiration": "2025-06-23",
        "GroupNumber": "text",
        "Id": "text",
        "IdType": 1,
        "Locator": 1,
        "OrigAmount": 1,
        "PaySettlementDate": "2025-06-23",
        "PostMethod": 1,
        "RecordChangeDate": "2025-06-23",
        "StandardEntryClassCode": "text",
        "Status": 1,
        "TotalOriginationCount": 1,
        "TotalPostedCount": 1
      }
    ]
  }
}

searchBatchAchOrigSelectFields

post
Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/account/searchBatchAchOrigSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 686

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "SelectableFields": {
    "IncludeAllBatchAchOrigFields": true,
    "BatchAchOrigFields": {
      "CompanyDiscretionaryData": true,
      "CompanyEntryDescription": true,
      "CompanyId": true,
      "CompanyName": true,
      "DepositSettlementDate": true,
      "EffectiveEntryDate": true,
      "Expiration": true,
      "GroupNumber": true,
      "Id": true,
      "IdType": true,
      "Locator": true,
      "OrigAmount": true,
      "PaySettlementDate": true,
      "PostMethod": true,
      "RecordChangeDate": true,
      "StandardEntryClassCode": true,
      "Status": true,
      "TotalOriginationCount": true,
      "TotalPostedCount": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "BatchAchOrigList": {
    "hasReachedMaximumListSize": true,
    "BatchAchOrig": [
      {
        "CompanyDiscretionaryData": "text",
        "CompanyEntryDescription": "text",
        "CompanyId": "text",
        "CompanyName": "text",
        "DepositSettlementDate": "2025-06-23",
        "EffectiveEntryDate": "2025-06-23",
        "Expiration": "2025-06-23",
        "GroupNumber": "text",
        "Id": "text",
        "IdType": 1,
        "Locator": 1,
        "OrigAmount": 1,
        "PaySettlementDate": "2025-06-23",
        "PostMethod": 1,
        "RecordChangeDate": "2025-06-23",
        "StandardEntryClassCode": "text",
        "Status": 1,
        "TotalOriginationCount": 1,
        "TotalPostedCount": 1
      }
    ]
  }
}

getBatchAchOrigPagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/account/getBatchAchOrigPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 748

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllBatchAchOrigFields": true,
    "BatchAchOrigFields": {
      "CompanyDiscretionaryData": true,
      "CompanyEntryDescription": true,
      "CompanyId": true,
      "CompanyName": true,
      "DepositSettlementDate": true,
      "EffectiveEntryDate": true,
      "Expiration": true,
      "GroupNumber": true,
      "Id": true,
      "IdType": true,
      "Locator": true,
      "OrigAmount": true,
      "PaySettlementDate": true,
      "PostMethod": true,
      "RecordChangeDate": true,
      "StandardEntryClassCode": true,
      "Status": true,
      "TotalOriginationCount": true,
      "TotalPostedCount": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "BatchAchOrig": [
    {
      "CompanyDiscretionaryData": "text",
      "CompanyEntryDescription": "text",
      "CompanyId": "text",
      "CompanyName": "text",
      "DepositSettlementDate": "2025-06-23",
      "EffectiveEntryDate": "2025-06-23",
      "Expiration": "2025-06-23",
      "GroupNumber": "text",
      "Id": "text",
      "IdType": 1,
      "Locator": 1,
      "OrigAmount": 1,
      "PaySettlementDate": "2025-06-23",
      "PostMethod": 1,
      "RecordChangeDate": "2025-06-23",
      "StandardEntryClassCode": "text",
      "Status": 1,
      "TotalOriginationCount": 1,
      "TotalPostedCount": 1
    }
  ],
  "Token": "text"
}

searchBatchAchOrigPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
QuerystringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/account/searchBatchAchOrigPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 763

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllBatchAchOrigFields": true,
    "BatchAchOrigFields": {
      "CompanyDiscretionaryData": true,
      "CompanyEntryDescription": true,
      "CompanyId": true,
      "CompanyName": true,
      "DepositSettlementDate": true,
      "EffectiveEntryDate": true,
      "Expiration": true,
      "GroupNumber": true,
      "Id": true,
      "IdType": true,
      "Locator": true,
      "OrigAmount": true,
      "PaySettlementDate": true,
      "PostMethod": true,
      "RecordChangeDate": true,
      "StandardEntryClassCode": true,
      "Status": true,
      "TotalOriginationCount": true,
      "TotalPostedCount": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "BatchAchOrig": [
    {
      "CompanyDiscretionaryData": "text",
      "CompanyEntryDescription": "text",
      "CompanyId": "text",
      "CompanyName": "text",
      "DepositSettlementDate": "2025-06-23",
      "EffectiveEntryDate": "2025-06-23",
      "Expiration": "2025-06-23",
      "GroupNumber": "text",
      "Id": "text",
      "IdType": 1,
      "Locator": 1,
      "OrigAmount": 1,
      "PaySettlementDate": "2025-06-23",
      "PostMethod": 1,
      "RecordChangeDate": "2025-06-23",
      "StandardEntryClassCode": "text",
      "Status": 1,
      "TotalOriginationCount": 1,
      "TotalPostedCount": 1
    }
  ],
  "Token": "text"
}

updateBatchAchOrigByID

post
Authorizations
Body
BatchAchOrigLocatorintegerOptional
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/account/updateBatchAchOrigByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 546

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "BatchAchOrigLocator": 1,
  "BatchAchOrigUpdatableFields": {
    "CompanyDiscretionaryData": "text",
    "CompanyEntryDescription": "text",
    "CompanyId": "text",
    "CompanyName": "text",
    "DepositSettlementDate": "2025-06-23",
    "EffectiveEntryDate": "2025-06-23",
    "GroupNumber": "text",
    "Id": "text",
    "IdType": 1,
    "OrigAmount": 1,
    "PaySettlementDate": "2025-06-23",
    "PostMethod": 1,
    "StandardEntryClassCode": "text",
    "Status": 1
  },
  "AccountNumber": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": [
      {
        "Record": "text",
        "ErrorCode": "text",
        "ErrorMessage": "text",
        "PrimaryKeyField": [
          {
            "Name": "text",
            "Value": "text"
          }
        ]
      }
    ]
  }
}

createBatchAchOrig

post
Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/account/createBatchAchOrig HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 522

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "BatchAchOrigCreatableFields": {
    "CompanyDiscretionaryData": "text",
    "CompanyEntryDescription": "text",
    "CompanyId": "text",
    "CompanyName": "text",
    "DepositSettlementDate": "2025-06-23",
    "EffectiveEntryDate": "2025-06-23",
    "GroupNumber": "text",
    "Id": "text",
    "IdType": 1,
    "OrigAmount": 1,
    "PaySettlementDate": "2025-06-23",
    "PostMethod": 1,
    "StandardEntryClassCode": "text",
    "Status": 1
  },
  "AccountNumber": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "BatchAchOrigLocator": 1
}

deleteBatchAchOrig

post
Authorizations
Body
AccountNumberstringOptional
BatchAchOrigLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/account/deleteBatchAchOrig HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 186

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "BatchAchOrigLocator": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

Last updated

Was this helpful?