Querying for check sets and checks
You can use the following endpoints to query for check-related information.
Endpoint | Description |
---|---|
GET /claims/{claimId}/check-sets |
Retrieve a list of check sets |
GET /claims/{claimId}/check-sets/{checkSetId} |
Retrieve details of a check set |
GET /claims/{claimId}/checks |
The checks associated with a given claim |
GET /claims/{claimId}/checks/{checkId} |
The details of a specific check |
GET /claims/{claimId}/payments |
The payment transactions associated with a given claim |
GET /claims/{claimId}/payments/{transactionId} |
The details of a specific payment transaction |
Sample response for a check set
For example, the ClaimCenter sample data includes a claim whose ID is demo_sample:1. This claim has one check set. The following is the call to get that check set, and the response. The response has been edited for clarity. Note the following:
- The check set has one check.
- The check set was approved on 2021-08-11.
- The check set was submitted by Andy Applegate.
- Based on the check's display name, the check number was 10436. It was a check for Ray Newton for $2000.
Sample response for a check
Following on from the previous example, the following is the call to get the check in the check set, and the response. The response has been edited for clarity. Note the following:
- The check number is 10436.
- The check's gross amount is $2000 USD.
- The check has one payee - Ray Newton.
- The check's money comes from 5 payment transactions.
- The check has been issued.