PayeeService
Display, create, revise, and delete payee information.
Operations
Retrieves detailed information about a payee.
Authorizations
Body
PayeeNumberstringRequired
Responses
200
Successful operation.
application/json
post
/getPayeePOST /nexum/627/2022.01/payee/getPayee HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 145
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PayeeNumber": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"Payee": {
"BillPaymentTypeCode": 1,
"CheckCode": 1,
"City": "text",
"CompanyDisc": "text",
"CompanyEntryDesc": "text",
"CompanyName": "text",
"ContactEmail": "text",
"ContactName": "text",
"ContactPhone": "text",
"CreationDate": "2025-11-06",
"DfiAccount": "text",
"ExtraAddress": "text",
"LastFmDate": "2025-11-06",
"LastPaymentDate": "2025-11-06",
"Name": "text",
"Number": "text",
"PaymentsLastYear": 1,
"PaymentsYtd": 1,
"RdfiName": "text",
"RdfiRt": "text",
"ReceivingComp": "text",
"RecordChangeDate": "2025-11-06",
"State": "text",
"Street": "text",
"ZipCode": "text"
}
}Retrieves selected fields of information for a payee.
Authorizations
Body
PayeeNumberstringOptional
Responses
200
Successful operation.
application/json
post
/getPayeeSelectFieldsPOST /nexum/627/2022.01/payee/getPayeeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 673
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PayeeNumber": "text",
"SelectableFields": {
"IncludeAllPayeeFields": true,
"PayeeFields": {
"BillPaymentTypeCode": true,
"CheckCode": true,
"City": true,
"CompanyDisc": true,
"CompanyEntryDesc": true,
"CompanyName": true,
"ContactEmail": true,
"ContactName": true,
"ContactPhone": true,
"CreationDate": true,
"DfiAccount": true,
"ExtraAddress": true,
"LastFmDate": true,
"LastPaymentDate": true,
"Name": true,
"Number": true,
"PaymentsLastYear": true,
"PaymentsYtd": true,
"RdfiName": true,
"RdfiRt": true,
"ReceivingComp": true,
"RecordChangeDate": true,
"State": true,
"Street": true,
"ZipCode": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"Payee": {
"BillPaymentTypeCode": 1,
"CheckCode": 1,
"City": "text",
"CompanyDisc": "text",
"CompanyEntryDesc": "text",
"CompanyName": "text",
"ContactEmail": "text",
"ContactName": "text",
"ContactPhone": "text",
"CreationDate": "2025-11-06",
"DfiAccount": "text",
"ExtraAddress": "text",
"LastFmDate": "2025-11-06",
"LastPaymentDate": "2025-11-06",
"Name": "text",
"Number": "text",
"PaymentsLastYear": 1,
"PaymentsYtd": 1,
"RdfiName": "text",
"RdfiRt": "text",
"ReceivingComp": "text",
"RecordChangeDate": "2025-11-06",
"State": "text",
"Street": "text",
"ZipCode": "text"
}
}Updates information about a payee based on its ID.
Authorizations
Body
PayeeNumberstringOptional
Responses
200
Successful operation.
application/json
post
/updatePayeeByIDPOST /nexum/627/2022.01/payee/updatePayeeByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 612
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PayeeNumber": "text",
"PayeeUpdatableFields": {
"BillPaymentTypeCode": 1,
"CheckCode": 1,
"City": "text",
"CompanyDisc": "text",
"CompanyEntryDesc": "text",
"CompanyName": "text",
"ContactEmail": "text",
"ContactName": "text",
"ContactPhone": "text",
"CreationDate": "2025-11-06",
"DfiAccount": "text",
"ExtraAddress": "text",
"LastPaymentDate": "2025-11-06",
"Name": "text",
"PaymentsLastYear": 1,
"PaymentsYtd": 1,
"RdfiName": "text",
"RdfiRt": "text",
"ReceivingComp": "text",
"State": "text",
"Street": "text",
"ZipCode": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}Adds a new payee.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/createPayeePOST /nexum/627/2022.01/payee/createPayee HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 607
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PayeeCreatableFields": {
"BillPaymentTypeCode": 1,
"CheckCode": 1,
"City": "text",
"CompanyDisc": "text",
"CompanyEntryDesc": "text",
"CompanyName": "text",
"ContactEmail": "text",
"ContactName": "text",
"ContactPhone": "text",
"CreationDate": "2025-11-06",
"DfiAccount": "text",
"ExtraAddress": "text",
"LastPaymentDate": "2025-11-06",
"Name": "text",
"PaymentsLastYear": 1,
"PaymentsYtd": 1,
"RdfiName": "text",
"RdfiRt": "text",
"ReceivingComp": "text",
"State": "text",
"Street": "text",
"ZipCode": "text",
"Number": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"PayeeNumber": "text"
}Removes an existing payee.
Authorizations
Body
PayeeNumberstringRequired
Responses
200
Successful operation.
application/json
post
/deletePayeePOST /nexum/627/2022.01/payee/deletePayee HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 145
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PayeeNumber": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"nxAttributes": {}
}Last updated
Was this helpful?