Promise To Pay

Borrower commitment to pay arrears, captured by the ICE Mortgage Servicing Promise To Pay API. Documents the promise along with reason codes to support collection workflows.

Mortgage TechnologyLoan ServicingLoan OriginationSecondary MarketingDefault ManagementInvestor ReportingProduct Pricing EngineReal Estate DataFintechAcquired CompanyICE Mortgage Technology

Properties

Name Type Description
promiseId string
loanNumber string
promiseAmount number Amount the borrower committed to pay in USD.
promiseDate string Date on which the borrower has committed to make the payment.
reasonCode string Standard reason code for the delinquency (e.g., JOB_LOSS, MEDICAL, REDUCTION_OF_INCOME, NATURAL_DISASTER).
reasonDescription string
channel string
agentId string
createdDate string
status string
View JSON Schema on GitHub

JSON Schema

servicing-promise-to-pay-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/black-knight/main/json-schema/servicing-promise-to-pay-schema.json",
  "title": "Promise To Pay",
  "description": "Borrower commitment to pay arrears, captured by the ICE Mortgage Servicing Promise To Pay API. Documents the promise along with reason codes to support collection workflows.",
  "type": "object",
  "required": ["loanNumber", "promiseAmount", "promiseDate", "reasonCode"],
  "properties": {
    "promiseId": { "type": "string" },
    "loanNumber": { "type": "string" },
    "promiseAmount": {
      "type": "number",
      "description": "Amount the borrower committed to pay in USD."
    },
    "promiseDate": {
      "type": "string",
      "format": "date",
      "description": "Date on which the borrower has committed to make the payment."
    },
    "reasonCode": {
      "type": "string",
      "description": "Standard reason code for the delinquency (e.g., JOB_LOSS, MEDICAL, REDUCTION_OF_INCOME, NATURAL_DISASTER)."
    },
    "reasonDescription": { "type": "string" },
    "channel": {
      "type": "string",
      "enum": ["Inbound Call", "Outbound Call", "Self-Service", "Letter", "Email", "Chat"]
    },
    "agentId": { "type": "string" },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    },
    "status": {
      "type": "string",
      "enum": ["Open", "Kept", "Broken", "Cancelled"]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/servicing-promise-to-pay"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.