Acknowledging a recovery reserve

ClaimCenter is typically integrated with one or more downstream financial systems. When ClaimCenter executes financial activity, it typically informs the downstream systems. At some later point, one of these systems may acknowledge that the information about the activity has been received.

To acknowledge a recovery reserve transaction, use the following endpoint:

  • claim/v1/claims/{claimdID}/recovery-reserves/{transactionID}/acknowledge-submission

To acknowledge a recovery transaction, use the following endpoint:

  • claim/v1/claims/{claimdID}/recoveries /{transactionID}/acknowledge-submission

When acknowledging a transaction, there is no additional required information. The request can have no body.

The following example acknowledges recovery reserve transaction cc:88 for claim cc:61B.

POST claim/v1/claims/cc:61B/recovery-reserves/cc:88/acknowledge-submission