Get contract signing status for a case
GET/cases/:id/contract-status
Returns the signing status of the SDCA (Standard Debt Collection Agreement), PoA (Power of Attorney), and Jurisdiction Pricing Appendix for a case.
Use case: When a case is stuck in PendingContractSigning, use this endpoint to determine which contract is missing and get the signing URL.
Response:
- sdca: Always present — shows whether the debt collection agreement is signed
- poa: Present only if a collection partner is assigned — shows whether the power of attorney is signed for that partner
- NeedsPoaSigning: true when the case is blocked because a required PoA or Jurisdiction Pricing Appendix has not been signed
- Each contract item includes a solutionUrl if signing or re-signing is needed
- The solutionUrl is context-aware: referral partner bearer tokens get referral onboarding URLs, API keys get creditor app URLs
Request
Responses
- 200
- 400
- 404
Contract status returned
ID missing, empty, or not a collection case
Case not found, deleted, or does not belong to your account