For the complete documentation index, see llms.txt. This page is also available as Markdown.

PayeeService

Display, create, revise, and delete payee information.

Symitar eDocs References: Coming soon.

Operations

getPayee

post

Retrieves detailed information about a payee.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PayeeNumberstringRequired
Responses
200

Successful operation.

application/json
post/getPayee
200

Successful operation.

getPayeeSelectFields

post

Retrieves selected fields of information for a payee.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PayeeNumberstringOptional
Responses
200

Successful operation.

application/json
post/getPayeeSelectFields
200

Successful operation.

updatePayeeByID

post

Updates information about a payee based on its ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PayeeNumberstringOptional
Responses
200

Successful operation.

application/json
post/updatePayeeByID
200

Successful operation.

createPayee

post

Adds a new payee.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
PayeeNumberstringOptional
post/createPayee
200

Successful operation.

deletePayee

post

Removes an existing payee.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PayeeNumberstringRequired
Responses
200

Successful operation.

application/json
nxAttributesobjectOptional

The custom object for NexumAPI response attributes.

post/deletePayee
200

Successful operation.

Last updated

Was this helpful?