Get Check Payment Imagesget https://example.com/programs/{programCode}/accounts/{accountIdentifier}/checkImagesRetrieves images of check payments for the specified account and check number, including the requested image face type.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.accountIdentifierstringrequiredThe unique identifier for the account associated with the check payment images.Query ParamscheckNumberstringThe check number for which images are requested.imageFaceTypestringThe face type of the check image (e.g., front, back).HeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging. Should be a GUID.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago