Class CheckFaceInfo
Represents parsed data from a check front image.
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| AccountNumber | System.String | Bank account number off the check. |
| Amount | System.Decimal | Dollar amount on check. |
| CheckNumber | System.String | Check number off the check. |
| RoutingNumber | System.String | Bank routing number off the check. |
Example
{
"__type": "CheckFaceInfo:#JackHenry.Eps.Mobile.RDA",
"RoutingNumber": "String Content",
"AccountNumber": "String Content",
"CheckNumber": "String Content",
"Amount": 12678967.54
}