openapi: 3.0.2 info: #--------------------------------------------------- # Information to contact the API provider #--------------------------------------------------- title: Check Image Retrieval description: Use the Check Image Retrieval API to retrieve images of every check deposited and cleared. contact: name: "KeyBank Developer Support" email: "developers@keybank.com" version: 1.2.0 servers: #--------------------------------------------------- # List of environments for the API #--------------------------------------------------- - url: https://partner-api-qv.keybank.com - url: https://partner-api.keybank.com paths: #--------------------------------------------------- # List of API flows #--------------------------------------------------- /cmi/v1/checkList: post: tags: # Apigee Product: Logical group based on functionality - ImageCheck summary: Retrieve a check image description: Get a single check image associated to the requested check and account information. operationId: getCheckListUsingPOST security: - bearerAuth: [] parameters: - name: X-CorrelationId in: header schema: type: string required: false description: Universal id to trace the transaction across all the systems involved. example: 2ebd5c24-0e8d-5a70-0e91-ffd2727c1aab - name: Content-Type in: header schema: type: string required: true description: Defines the content type of the API. Common content types are application/json or application/x-www-form-urlencoded. example: application/json requestBody: description: getCheckListRequest content: application/json: # Media type schema: # Request body contents $ref: '#/components/schemas/getCheckListRequest' example: attachImages: true defaultChecksRequest: applicationGroupId: CPCCHECKS applicationId: CPC-CHECKS criterias: - documentIndex: Account Number highValue: '' lowValue: '1234567890' operator: eq - documentIndex: Check Number highValue: '' lowValue: '14704523' operator: eq - documentIndex: Amount highValue: '' lowValue: '85.95' operator: eq - documentIndex: Check Process Date highValue: '' lowValue: '09/22/2021' operator: eq password: testuser userName: abc$123#scsf features: compresstoZip: true outputFormat: TIF scale: '' limit: 1 start: 0 responses: # Response code '200': description: Successful response headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/getCheckListBean' example: getChecksListResponse: accountNumber: '1234567890' amount: '85.95' checkProcessDate: '09/22/2021' checkNumber: '14704523 ' sequenceNumber: '38581847' transactionType: DEBIT checkRoutingNumber: '04120704' checkFrontImage: lUwXMGBwTm4dy/5pe8GwlRZULmMfPkzL8yZKfDxRTU7HFMW/b7DYqjBq0vyC85PxMObQ2UxtcbVe78MWsdgIBkKY7pCB4eE7GQr9QOcFRW2O7FQshj8ExEy0bmCV8cQFyxzKh04XPWIDxp71PIw/BFWy2GG+R3b1SFP/Mbj0Hdppoxn+rUxAz7Red+39BodSSz1xZteU8hu6fYvvNmbqasZmkVAEE6hS2H+3uVKqaMmnpHJ2oIie0rtowueFradOWhNGvV5pRuEhEd6j93X/7mt= checkRearImage: 73mfoZbjXF4Gr9XuIYSieWR0o3NV2bvMcwiurzvU8Dyvy2CG+1DYdw3IyHHZRdY6CKiarVFK7mG+IgJKVaDwqA2Ma7YxopwgEIJ5oc8gS/O8BzX7zms/6hmRn9wrcZj3ZhaSUmAdOtSc3qOzp6JPLoYyJg2hQwnEtJyormF8GT5ajF8ADV6XQD+d3Ym8bKsR6rHWwGB0bmiKu+9r+33mR8QZmzmmCPIUZXzj6CXaLr0dNA4+xXszgMbWAHI00ZGhTsSfzyWp8FHYZx24fbEOkS9ApuVBRihL+Eb14ldJayOgAXI3OjLJgo2pB4EUvbQmhwu= message: Successfully retrieved totalNoOfChecks: 1 '400': description: Missing data in the request headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Mandatory data not provided, please verify the data and resubmit the request" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" ServiceError: "Error Message from Backend Servers" '401': description: Received request is unauthorized headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Received request is unauthorized, please provide valid credentials" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" ServiceError: "Error Message from Backend Servers for unauthorized access" '403': description: Request is forbidden to access the resource headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Access to requested resource is forbidden" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" '404': description: Requested resource is not found headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Requested resource is not found, please verify the resource and resubmit the request" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" '405': description: Requested method is not allowed. headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Requested method is not allowed, please verify the method and resubmit the request" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" '415': description: Requested unsupported media type headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Requested media type is not allowed, please verify the media type and resubmit the request" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" '429': description: Too many requests received headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Number requests threshold reached, please resubmit the request after sometime" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" '500': description: Internal server error headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Unknown error occurred, please resubmit the request" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" ServiceError: "Error Message from Backend Servers for internal server error" '502': description: Bad Gateway headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Bad Gateway, please resubmit the request" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" ServiceError: connectError: "Connectivity error occurred with the downstream service (Unexpected EOF at target), please check with application support team before resubmitting the request" '503': description: Service Unavailable headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Service is currently unavailable, please resubmit the request" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" ServiceError: connectError: "Service is currently unavailable (NoActiveTargets), please check with application support before resubmitting the request." '504': description: Gateway timeout headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/exception' example: ErrorMessage: "Request could not be processed on time(Gateway timeout), please resubmit the request" TransactionId: "rrt-7709400285867417207-b-gce-27587-2383364-1" X-CorrelationId: "3288b87c-d4e7-639a-88d0-9cdfede8941e" TransactionTime: "2021-06-11T16:31:34.041Z" ServiceError: connectError: "Request could not be processed on time (GatewayTimeout), please wait a moment and resubmit the request." deprecated: false /cmi/v1/healthCheck: get: tags: # Apigee Product: Logical group based on functionality - HealthCheck summary: Health check description: Verify you can connect to the API service. operationId: healthCheck security: - bearerAuth: [] parameters: - name: X-CorrelationId in: header schema: type: string required: false description: Universal id to trace the transaction across all the systems involved.CorrelationId is unique per request. responses: '200': description: Successful response headers: X-CorrelationId: schema: type: string description: Universal id to trace the transaction across all the systems involved. content: application/json: schema: $ref: '#/components/schemas/healthResponse' example: Status: Ok Source: Roundtrip Timestamp: '2022-09-15T04:49:03' ClientIp: 156.77.111.28 X-Forwarded-For: '[156.77.111.28]' components: #--------------------------------------------------- # Data definitions #--------------------------------------------------- securitySchemes: bearerAuth: # security scheme for authentication based on F5 APM token type: http scheme: bearer schemas: healthResponse: type: object title: healthResponse properties: Status: type: string description: Status of the health check response. Source: type: string description: System producing the health response. Genesis of the response could either be just from “gateway” or “roundtrip” from the farthest possible system involved in generating this response. Timestamp: type: string description: Timestamp when the health response is being returned by this service. ClientIp: type: string description: IP of the client from which this request for health check is received by the gateway. X-Forwarded-For: type: string description: Sequence of all the Ips of the systems involved between the client and the gateway. criteria: title: criteria type: object required: - documentIndex - lowValue - operator description: Indicates the search criteria object corresponding to a check image. properties: documentIndex: type: string description: Requird parameters to retrieve a check image. Values are Account Number, Check Number, Check Amount and Check Process Date. All 4 values are required to retrieve a check image. example: Account Number highValue: type: string description: Indicates the high range of the criteria. Reserved for future use, should be left blank. example: "" lowValue: type: string description: Indicates the starting range of the criteria. example: 123456789 operator: type: string description: Indicates the operation type. Should be defaulted to "eq". example: eq defaultChecksRequest: title: defaultChecksRequest type: object required: - applicationGroupId - applicationId - criterias - password - userName properties: applicationGroupId: type: string description: Indicates the application groupID for check images. Should be defaulted to "CPCCHECKS" always. example: CPCCHECKS applicationId: type: string description: Indicates the applicationID for check images. Should be defaulted to "CPC-CHECKS" always. example: CPC-CHECKS criterias: type: array description: The search criteria relating to the desired check image. items: $ref: '#/components/schemas/criteria' password: type: string description: User name provided during client onboarding. example: testuser userName: type: string description: Encrypted Password provided during client onboarding. example: abc$123#scsf exception: type: object title: exceptionSchema properties: ErrorMessage: type: string description: Indicates the status description of the processed request. example: "Requested resource is not found, please verify the resource then resubmit the request." TransactionId: type: string description: Indicates the unique ID that gets assigned for processed request. example: "rrt-7354978519411102852-c-gce-30597-7590748-1" X-CorrelationId: type: string description: Universal id to trace the transaction across all the systems involved. example: "2ebd5c24-0e8d-5a70-0e91-ffd2727c1aab" TransactionTime: type: string description: Time of the occurrence of the error of the message. ServiceError: type: object title: ServiceError description: Indicates the service error details, if available. oneOf: - $ref: '#/components/schemas/serviceErrorData' - $ref: '#/components/schemas/connectError' connectError: type: object properties: connectError: type: string description: Error information of the connectivity with downstream service. features: title: features type: object required: - outputForamt properties: outputForamt: type: string description: Indicates the output format of the check images. Valid value - TIF example: TIF compresstoZip: type: boolean description: Reserved for future use. Please leave this field blank. example: "TRUE" scale: type: string description: Reserved for future use. Please leave this field blank. getCheckListRequest: title: getCheckListRequest type: object required: - attachImages - defaultChecksRequest - limit properties: attachImages: type: boolean description: Indicates if check image needs to be attached to the response. If set to true , images are rendered in response. example: "TRUE" default: "TRUE" defaultChecksRequest: description: Denotes the check request object $ref: '#/components/schemas/defaultChecksRequest' features: description: Additional check features attributes like compression , output format $ref: '#/components/schemas/features' limit: type: integer format: int32 description: Use default value as 1 . example: 1 default: 1 start: type: integer format: int32 description: Start index of the check range to be retrieved example: 0 default: 0 getCheckListBean: title: getCheckListBean type: object required: - getChecksListResponse - message - totalNoOfChecks properties: getChecksListResponse: type: array description: Indicates the check images response object. items: $ref: '#/components/schemas/getChecksListResponse' message: type: string description: Indicates the response status description example: Successfully retrieved totalNoOfChecks: type: string description: Indicates the total number of checks retrieved example: 1 getChecksListResponse: title: getChecksListResponse type: object properties: accountNumber: type: string description: Account number of the check image example: 123456789 amount: type: string description: Amount of the check example: 1.00 checkProcessDate: type: string description: Check process date example: 04/02/2021 checkNumber: type: string description: Check number example: 100014399 sequenceNumber: type: string description: Sequence number of the check example: 39631405 transactionType: type: string description: Transaction type of the check example: DEBIT checkRoutingNumber: type: string description: Check routing number example: 4120704 checkFrontImage: pattern: '^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$' type: string format: byte description: Front image of the check example: lUwXMGBwTm4dy/5pe8GwlRZULmMfPkzL8yZKfDxRTU7HFMW/b7DYqjBq0vyC85PxMObQ2UxtcbVe78MWsdgIBkKY7pCB4eE7GQr9QOcFRW2O7FQshj8ExEy0bmCV8cQFyxzKh04XPWIDxp71PIw/BFWy2GG+R3b1SFP/Mbj0Hdppoxn+rUxAz7Red+39BodSSz1xZteU8hu6fYvvNmbqasZmkVAEE6hS2H+3uVKqaMmnpHJ2oIie0rtowueFradOWhNGvV5pRuEhEd6j93X/7mt= checkRearImage: pattern: '^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$' type: string format: byte description: Back image of the check example: 73mfoZbjXF4Gr9XuIYSieWR0o3NV2bvMcwiurzvU8Dyvy2CG+1DYdw3IyHHZRdY6CKiarVFK7mG+IgJKVaDwqA2Ma7YxopwgEIJ5oc8gS/O8BzX7zms/6hmRn9wrcZj3ZhaSUmAdOtSc3qOzp6JPLoYyJg2hQwnEtJyormF8GT5ajF8ADV6XQD+d3Ym8bKsR6rHWwGB0bmiKu+9r+33mR8QZmzmmCPIUZXzj6CXaLr0dNA4+xXszgMbWAHI00ZGhTsSfzyWp8FHYZx24fbEOkS9ApuVBRihL+Eb14ldJayOgAXI3OjLJgo2pB4EUvbQmhwu= serviceErrorData: type: object description: Detailed error information as generated by the chain of services involved. title: serviceErrorData properties: ErrorDetails: type: string description: Additional error details about the failed transaction. example : Internal Server Error examples: getCheckListRequest-attach-images-true: value: attachImages: true defaultChecksRequest: applicationGroupId: CPCCHECKS applicationId: CPC-CHECKS criterias: - documentIndex: Account Number highValue: '' lowValue: '1234567890' operator: eq - documentIndex: Check Process Date highValue: '' lowValue: 01/29/2021 operator: eq password: '' userName: '' features: compresstoZip: true outputFormat: TIF scale: string limit: 10 start: 0 getCheckListRequest-attach-images-false: value: attachImages: false defaultChecksRequest: applicationGroupId: CPCCHECKS applicationId: CPC-CHECKS criterias: - documentIndex: Account Number highValue: '' lowValue: '1234567890' operator: eq - documentIndex: Check Process Date highValue: '' lowValue: 01/29/2021 operator: eq password: '' userName: '' features: compresstoZip: true outputFormat: TIF scale: string limit: 10 start: 0 getCheckListResponse-attach-images-true: value: getChecksListResponse: - accountNumber: '1234567890' amount: '25.00' checkProcessDate: 01/29/2021 checkNumber: '3 ' sequenceNumber: '50893316' transactionType: CREDIT checkRoutingNumber: '51490101' checkFrontImage: lUwXMGBwTm4dy/5pe8GwlRZULmMfPkzL8yZKfDxRTU7HFMW/b7DYqjBq0vyC85PxMObQ2UxtcbVe78MWsdgIBkKY7pCB4eE7GQr9QOcFRW2O7FQshj8ExEy0bmCV8cQFyxzKh04XPWIDxp71PIw/BFWy2GG+R3b1SFP/Mbj0Hdppoxn+rUxAz7Red+39BodSSz1xZteU8hu6fYvvNmbqasZmkVAEE6hS2H+3uVKqaMmnpHJ2oIie0rtowueFradOWhNGvV5pRuEhEd6j93X/7mt= checkRearImage: 73mfoZbjXF4Gr9XuIYSieWR0o3NV2bvMcwiurzvU8Dyvy2CG+1DYdw3IyHHZRdY6CKiarVFK7mG+IgJKVaDwqA2Ma7YxopwgEIJ5oc8gS/O8BzX7zms/6hmRn9wrcZj3ZhaSUmAdOtSc3qOzp6JPLoYyJg2hQwnEtJyormF8GT5ajF8ADV6XQD+d3Ym8bKsR6rHWwGB0bmiKu+9r+33mR8QZmzmmCPIUZXzj6CXaLr0dNA4+xXszgMbWAHI00ZGhTsSfzyWp8FHYZx24fbEOkS9ApuVBRihL+Eb14ldJayOgAXI3OjLJgo2pB4EUvbQmhwu= - accountNumber: '1234567890' amount: '35.00' checkProcessDate: 01/29/2021 checkNumber: '3 ' sequenceNumber: '50893169' transactionType: CREDIT checkRoutingNumber: '51490101' checkFrontImage: lUwXMGBwTm4dy/5pe8GwlRZULmMfPkzL8yZKfDxRTU7HFMW/b7DYqjBq0vyC85PxMObQ2UxtcbVe78MWsdgIBkKY7pCB4eE7GQr9QOcFRW2O7FQshj8ExEy0bmCV8cQFyxzKh04XPWIDxp71PIw/BFWy2GG+R3b1SFP/Mbj0Hdppoxn+rUxAz7Red+39BodSSz1xZteU8hu6fYvvNmbqasZmkVAEE6hS2H+3uVKqaMmnpHJ2oIie0rtowueFradOWhNGvV5pRuEhEd6j93X/7mt= checkRearImage: 73mfoZbjXF4Gr9XuIYSieWR0o3NV2bvMcwiurzvU8Dyvy2CG+1DYdw3IyHHZRdY6CKiarVFK7mG+IgJKVaDwqA2Ma7YxopwgEIJ5oc8gS/O8BzX7zms/6hmRn9wrcZj3ZhaSUmAdOtSc3qOzp6JPLoYyJg2hQwnEtJyormF8GT5ajF8ADV6XQD+d3Ym8bKsR6rHWwGB0bmiKu+9r+33mR8QZmzmmCPIUZXzj6CXaLr0dNA4+xXszgMbWAHI00ZGhTsSfzyWp8FHYZx24fbEOkS9ApuVBRihL+Eb14ldJayOgAXI3OjLJgo2pB4EUvbQmhwu= - accountNumber: '1234567890' amount: '45.00' checkProcessDate: 01/29/2021 checkNumber: '3 ' sequenceNumber: '50893112' transactionType: CREDIT checkRoutingNumber: '51490101' checkFrontImage: lUwXMGBwTm4dy/5pe8GwlRZULmMfPkzL8yZKfDxRTU7HFMW/b7DYqjBq0vyC85PxMObQ2UxtcbVe78MWsdgIBkKY7pCB4eE7GQr9QOcFRW2O7FQshj8ExEy0bmCV8cQFyxzKh04XPWIDxp71PIw/BFWy2GG+R3b1SFP/Mbj0Hdppoxn+rUxAz7Red+39BodSSz1xZteU8hu6fYvvNmbqasZmkVAEE6hS2H+3uVKqaMmnpHJ2oIie0rtowueFradOWhNGvV5pRuEhEd6j93X/7mt= checkRearImage: 73mfoZbjXF4Gr9XuIYSieWR0o3NV2bvMcwiurzvU8Dyvy2CG+1DYdw3IyHHZRdY6CKiarVFK7mG+IgJKVaDwqA2Ma7YxopwgEIJ5oc8gS/O8BzX7zms/6hmRn9wrcZj3ZhaSUmAdOtSc3qOzp6JPLoYyJg2hQwnEtJyormF8GT5ajF8ADV6XQD+d3Ym8bKsR6rHWwGB0bmiKu+9r+33mR8QZmzmmCPIUZXzj6CXaLr0dNA4+xXszgMbWAHI00ZGhTsSfzyWp8FHYZx24fbEOkS9ApuVBRihL+Eb14ldJayOgAXI3OjLJgo2pB4EUvbQmhwu= - accountNumber: '1234567890' amount: '80.00' checkProcessDate: 01/29/2021 checkNumber: '3 ' sequenceNumber: '50893088' transactionType: CREDIT checkRoutingNumber: '51490101' checkFrontImage: lUwXMGBwTm4dy/5pe8GwlRZULmMfPkzL8yZKfDxRTU7HFMW/b7DYqjBq0vyC85PxMObQ2UxtcbVe78MWsdgIBkKY7pCB4eE7GQr9QOcFRW2O7FQshj8ExEy0bmCV8cQFyxzKh04XPWIDxp71PIw/BFWy2GG+R3b1SFP/Mbj0Hdppoxn+rUxAz7Red+39BodSSz1xZteU8hu6fYvvNmbqasZmkVAEE6hS2H+3uVKqaMmnpHJ2oIie0rtowueFradOWhNGvV5pRuEhEd6j93X/7mt= checkRearImage: 73mfoZbjXF4Gr9XuIYSieWR0o3NV2bvMcwiurzvU8Dyvy2CG+1DYdw3IyHHZRdY6CKiarVFK7mG+IgJKVaDwqA2Ma7YxopwgEIJ5oc8gS/O8BzX7zms/6hmRn9wrcZj3ZhaSUmAdOtSc3qOzp6JPLoYyJg2hQwnEtJyormF8GT5ajF8ADV6XQD+d3Ym8bKsR6rHWwGB0bmiKu+9r+33mR8QZmzmmCPIUZXzj6CXaLr0dNA4+xXszgMbWAHI00ZGhTsSfzyWp8FHYZx24fbEOkS9ApuVBRihL+Eb14ldJayOgAXI3OjLJgo2pB4EUvbQmhwu= - accountNumber: '1234567890' amount: '3000.00' checkProcessDate: 01/29/2021 checkNumber: '3 ' sequenceNumber: '50892884' transactionType: CREDIT checkRoutingNumber: '51490101' checkFrontImage: lUwXMGBwTm4dy/5pe8GwlRZULmMfPkzL8yZKfDxRTU7HFMW/b7DYqjBq0vyC85PxMObQ2UxtcbVe78MWsdgIBkKY7pCB4eE7GQr9QOcFRW2O7FQshj8ExEy0bmCV8cQFyxzKh04XPWIDxp71PIw/BFWy2GG+R3b1SFP/Mbj0Hdppoxn+rUxAz7Red+39BodSSz1xZteU8hu6fYvvNmbqasZmkVAEE6hS2H+3uVKqaMmnpHJ2oIie0rtowueFradOWhNGvV5pRuEhEd6j93X/7mt= checkRearImage: 73mfoZbjXF4Gr9XuIYSieWR0o3NV2bvMcwiurzvU8Dyvy2CG+1DYdw3IyHHZRdY6CKiarVFK7mG+IgJKVaDwqA2Ma7YxopwgEIJ5oc8gS/O8BzX7zms/6hmRn9wrcZj3ZhaSUmAdOtSc3qOzp6JPLoYyJg2hQwnEtJyormF8GT5ajF8ADV6XQD+d3Ym8bKsR6rHWwGB0bmiKu+9r+33mR8QZmzmmCPIUZXzj6CXaLr0dNA4+xXszgMbWAHI00ZGhTsSfzyWp8FHYZx24fbEOkS9ApuVBRihL+Eb14ldJayOgAXI3OjLJgo2pB4EUvbQmhwu= message: Successfully retrieved getCheckListResponse-attach-images-false: value: getChecksListResponse: - accountNumber: '1234567890' amount: '25.00' checkProcessDate: 01/29/2021 checkNumber: '3 ' sequenceNumber: '50893316' transactionType: CREDIT checkRoutingNumber: '51490101' checkFrontImage: '' checkRearImage: '' - accountNumber: '1234567890' amount: '35.00' checkProcessDate: 01/29/2021 checkNumber: '3 ' sequenceNumber: '50893169' transactionType: CREDIT checkRoutingNumber: '51490101' checkFrontImage: '' checkRearImage: '' - accountNumber: '1234567890' amount: '45.00' checkProcessDate: 01/29/2021 checkNumber: '3 ' sequenceNumber: '50893112' transactionType: CREDIT checkRoutingNumber: '51490101' checkFrontImage: '' checkRearImage: '' - accountNumber: '1234567890' amount: '80.00' checkProcessDate: 01/29/2021 checkNumber: '3 ' sequenceNumber: '50893088' transactionType: CREDIT checkRoutingNumber: '51490101' checkFrontImage: '' checkRearImage: '' - accountNumber: '1234567890' amount: '3000.00' checkProcessDate: 01/29/2021 checkNumber: '3 ' sequenceNumber: '50892884' transactionType: CREDIT checkRoutingNumber: '51490101' checkFrontImage: '' checkRearImage: '' message: Successfully retrieved security: #--------------------------------------------------- # List of supported security patterns #--------------------------------------------------- - bearerAuth: [] # Secured API