Class GetAccountTransactionCheckImageResponse
Properties
| NAME | TYPE | LENGTH | DESCRIPTION | EXAMPLES |
|---|---|---|---|---|
| ResponseCode | String | Response status. For a successful response, the code will be “00”. A subset of possible response codes:
Note: There are many possible error response codes and the list will continue to grow over time. Whenever you receive a response code other than “00”, your app should have a generic screen for handling errors where you can display the End-User facing text specific to the error response code provided in the LocalizedMessageText parameter below. | <ResponseCode>00</ResponseCode> | |
| ErrorResponseText | String | If the ResponseCode value is not “00”, ErrorResponseText will be populated with the name of the response code. This is a developer/app level description and is intended to be internal facing only. | <ErrorResponseText/> | |
| LocalizedMessageText | String | If the ResponseCode value is not “00”, LocalizedMessageText will be populated with messaging associated with the specific response code. The messaging for each error response code can be customized by the Financial Institution by request. This error message is intended to be external facing within the app. | <LocalizedMessageText/> | |
| CheckFrontImage | Base64 String | Check front image. If request is for check front, this will be populated. Note: The MICR will be cropped from the front image. | <CheckFrontImage > <!— Base64 Image --> </CheckFrontImage > | |
| CheckBackImage | Base64 String | Check back image. If request is for check back, this will be populated. | <CheckBackImage > <!— Base64 Image --> </CheckBackImage > |
Examples
<GetAccountTransactionCheckImageResponse>
<GetAccountTransactionCheckImageResult>
<ResponseCode>00</ResponseCode>
<ErrorResponseText/>
<LocalizedMessageText/>
<CheckFrontImage> <!-- Base64 Image --> </CheckFrontImage>
<CheckBackImage> <!-- Base64 Image --> </CheckBackImage>
</GetAccountTransactionCheckImageResult>
</GetAccountTransactionCheckImageResponse>