Retrieves the list of checks that have been issued and their details. The checks can be retrieved based on a date range, account guid, person guid, check number, or status.
Returns the checks
Bad request
Unauthorized
Check not found
Server Error
{- "limit": 0,
- "start_index": 0,
- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z",
- "check_status": "NOTISSUED",
- "check_number": "string",
- "checks": [
- {
- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
- "reverse_txn_guid": "1c5ffe75-1896-4946-ad70-748a1803a4ef",
- "routing_number": "string",
- "account_number": "string",
- "check_number": "string",
- "date_issued": "2019-08-24T14:15:22Z",
- "check_amount": 0,
- "payee_name": "string",
- "payee_address": "string",
- "check_status": "string",
- "memo": "string",
- "date_updated": "2019-08-24T14:15:22Z",
- "user_updated": "string"
}
]
}
{- "count": 0,
- "start_index": 0,
- "end_index": 0,
- "has_more": true,
- "data": [
- {
- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
- "reverse_txn_guid": "1c5ffe75-1896-4946-ad70-748a1803a4ef",
- "routing_number": "string",
- "account_number": "string",
- "check_number": "string",
- "date_issued": "2019-08-24T14:15:22Z",
- "check_amount": 0,
- "payee_name": "string",
- "payee_address": "string",
- "check_status": "string",
- "memo": "string",
- "date_updated": "2019-08-24T14:15:22Z",
- "user_updated": "string"
}
], - "check_statuses": [
- "string"
]
}