createEft
Perform various create operations on Electronic Funds Transfer (EFT) records.
Operations
Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
/createEftPOST /nexum/627/2022.01/account/createEft HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 968
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"EftCreatableFields": {
"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",
"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",
"PostAmount": 1,
"PostFreq": 1,
"Reference": "text",
"Reference2": "text",
"RegDCode": 1,
"SpecificAmount": 1,
"StandardAmount": 1,
"StateWithholding": 1,
"Status": "text",
"Type": 1
},
"AccountNumber": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"EftLocator": 1
}Authorizations
Body
AccountNumberstringOptional
EftLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/createEftAddendaInfoPOST /nexum/627/2022.01/account/createEftAddendaInfo HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 257
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"EftAddendaInfoCreatableFields": {
"Info": [
{
"EntryId": 1,
"Info": "text"
}
],
"Type": 1
},
"AccountNumber": "text",
"EftLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"EftAddendaInfoLocator": 1
}Authorizations
Body
AccountNumberstringOptional
EftLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/createEftTransferPOST /nexum/627/2022.01/account/createEftTransfer HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 616
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"EftTransferCreatableFields": {
"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",
"MaturityCheck": 1,
"MaximumBalance": 1,
"MinimumBalance": 1,
"NextDate": "2025-11-07",
"PaymentType": 1,
"Percent": 1,
"RegE": 1,
"SweepFee": 1,
"SweepFeeId": "text",
"SweepFeeIdType": 1,
"SweepMinimum": 1,
"Type": 1
},
"AccountNumber": "text",
"EftLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"EftTransferLocator": 1
}Last updated
Was this helpful?