Skip to main content

Class CheckFaceInfo

Represents parsed data from a check front image.


Properties

NAMETYPEDESCRIPTION
AccountNumberSystem.StringBank account number off the check.
AmountSystem.DecimalDollar amount on check.
CheckNumberSystem.StringCheck number off the check.
RoutingNumberSystem.StringBank routing number off the check.

Example

{
"__type": "CheckFaceInfo:#JackHenry.Eps.Mobile.RDA",
"RoutingNumber": "String Content",
"AccountNumber": "String Content",
"CheckNumber": "String Content",
"Amount": 12678967.54
}