createEft
Perform various create operations on Electronic Funds Transfer (EFT) records.
Operations
Last updated
Was this helpful?
Perform various create operations on Electronic Funds Transfer (EFT) records.
Last updated
Was this helpful?
Was this helpful?
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-12-25",
"DistributionRatio": 1,
"DqCount": 1,
"EffectiveDate": "2025-12-25",
"ExpirationDate": "2025-12-25",
"FederalWithholding": 1,
"Frequency": 1,
"GlCode": 1,
"GroupNumber": "text",
"Id": "text",
"IdType": 1,
"LastTranAmount": 1,
"LastTranDate": "2025-12-25",
"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-12-25",
"Payee": "text",
"PayeeCity": "text",
"PayeeExtraAddress": "text",
"PayeeName": "text",
"PayeeState": "text",
"PayeeStreet": "text",
"PayeeZipCode": "text",
"PostAmount": 1,
"PostFreq": 1,
"PreNoteSentDate": "2025-12-25",
"RecordChangeDate": "2025-12-25",
"Reference": "text",
"Reference2": "text",
"RegDCode": 1,
"SpecificAmount": 1,
"StandardAmount": 1,
"StateWithholding": 1,
"Status": "text",
"Type": 1
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"EftLocator": 1
}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-12-25",
"Type": 1
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"EftAddendaInfoLocator": 1
}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-12-25",
"ExpirationDate": "2025-12-25",
"ExtLoanAccount": "text",
"Frequency": 1,
"Id": "text",
"IdType": 1,
"LastDate": "2025-12-25",
"Locator": 1,
"MaturityCheck": 1,
"MaximumBalance": 1,
"MinimumBalance": 1,
"NextDate": "2025-12-25",
"PaymentType": 1,
"Percent": 1,
"RecordChangeDate": "2025-12-25",
"RegE": 1,
"SweepFee": 1,
"SweepFeeId": "text",
"SweepFeeIdType": 1,
"SweepMinimum": 1,
"Type": 1
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"EftTransferLocator": 1
}