createEft

Perform various create operations on Electronic Funds Transfer (EFT) records.

Symitar eDocs References: Coming soon.

Operations

createEft

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/createEft
POST /nexum/627/persistent/account/createEft HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1162

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "EftFields": {
    "AmountCode": 1,
    "AmountYtd": 1,
    "AudioId": "text",
    "Balance": 1,
    "BatchAchOrigNum": 1,
    "CountYtd": 1,
    "CreditLimit": 1,
    "Day1": 1,
    "Day2": 1,
    "DeferDate": "2025-11-07",
    "DistributionRatio": 1,
    "DqCount": 1,
    "EffectiveDate": "2025-11-07",
    "ExpirationDate": "2025-11-07",
    "FederalWithholding": 1,
    "Frequency": 1,
    "GlCode": 1,
    "GroupNumber": "text",
    "Id": "text",
    "IdType": 1,
    "LastTranAmount": 1,
    "LastTranDate": "2025-11-07",
    "Locator": 1,
    "MatchCode1": 1,
    "MatchCode2": 1,
    "MatchCode3": 1,
    "MatchCode4": 1,
    "MatchCode5": 1,
    "MatchCode6": 1,
    "MatchId1": "text",
    "MatchId2": "text",
    "MatchId3": "text",
    "MatchId4": "text",
    "MatchId5": "text",
    "MatchId6": "text",
    "NextDate": "2025-11-07",
    "Payee": "text",
    "PayeeCity": "text",
    "PayeeExtraAddress": "text",
    "PayeeName": "text",
    "PayeeState": "text",
    "PayeeStreet": "text",
    "PayeeZipCode": "text",
    "PostAmount": 1,
    "PostFreq": 1,
    "PreNoteSentDate": "2025-11-07",
    "RecordChangeDate": "2025-11-07",
    "Reference": "text",
    "Reference2": "text",
    "RegDCode": 1,
    "SpecificAmount": 1,
    "StandardAmount": 1,
    "StateWithholding": 1,
    "Status": "text",
    "Type": 1
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "EftLocator": 1
}

createEftAddendaInfo

post
Authorizations
Body
AccountNumberstringOptional
EftLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/createEftAddendaInfo
POST /nexum/627/persistent/account/createEftAddendaInfo HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 292

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "EftLocator": 1,
  "EftAddendaInfoFields": {
    "Info": [
      {
        "EntryId": 1,
        "Info": "text"
      }
    ],
    "Locator": 1,
    "RecordChangeDate": "2025-11-07",
    "Type": 1
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "EftAddendaInfoLocator": 1
}

createEftTransfer

post
Authorizations
Body
AccountNumberstringOptional
EftLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/createEftTransfer
POST /nexum/627/persistent/account/createEftTransfer HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 651

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "EftLocator": 1,
  "EftTransferFields": {
    "AccountNumber": "text",
    "Amount": 1,
    "AmountOption": 1,
    "Day1": 1,
    "Day2": 1,
    "EffectiveDate": "2025-11-07",
    "ExpirationDate": "2025-11-07",
    "ExtLoanAccount": "text",
    "Frequency": 1,
    "Id": "text",
    "IdType": 1,
    "LastDate": "2025-11-07",
    "Locator": 1,
    "MaturityCheck": 1,
    "MaximumBalance": 1,
    "MinimumBalance": 1,
    "NextDate": "2025-11-07",
    "PaymentType": 1,
    "Percent": 1,
    "RecordChangeDate": "2025-11-07",
    "RegE": 1,
    "SweepFee": 1,
    "SweepFeeId": "text",
    "SweepFeeIdType": 1,
    "SweepMinimum": 1,
    "Type": 1
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "EftTransferLocator": 1
}

Last updated

Was this helpful?