Last updated 10 months ago
Was this helpful?
Perform check verification.
Symitar eDocs References: Coming soon.
Verifies a check.
The authorization object required for the operation. Only one credential type is required (if multiple are available) as long as it is configured in SymXchange parameters.
{"AdministrativeCredentials":{"Password":"suwn37834b91&"}}
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/2022.01/checkverification/verifyCheck HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 230 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "MICRNumber": "text", "RoutingNumber": "text", "DraftNumber": "text", "Amount": 1, "Payee": "text", "VendorIndex": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "Status": { "Verified": true, "ErrorMessage": "text" } }