Cases

Get contract signing status for a case

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
get/cases/{id}/contract-status

Path parameters

idstring uuid required

Response

Contract status returned

collectionPartnerNamestring nullable

Name of the assigned collection partner, if any.

needsPoaSigningboolean

Whether the creditor needs to sign (or re-sign) a Power of Attorney. True when: POA is missing or stale, OR the debtor's country has an active jurisdiction pricing zone and the Jurisdiction Pricing Appendix (presented as POA) is missing or stale.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.