CheckVerificationService

Perform check verification.

Symitar eDocs References: Coming soon.

Operations

verifyCheck

post

Verifies a check.

Authorizations
Body
MICRNumberstringOptional
RoutingNumberstringOptional
DraftNumberstringOptional
Amountnumber · floatOptional
PayeestringOptional
VendorIndexintegerOptional
Responses
200

Successful operation.

application/json
post
/verifyCheck
POST /nexum/627/persistent/checkverification/verifyCheck HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

Successful operation.

{
  "Status": {
    "Verified": true,
    "ErrorMessage": "text"
  }
}

Last updated

Was this helpful?