HomeGuidesAPI Reference

ServicerAddress

Payitoff API: ServicerAddress Schema

The ServicerAddress schema provides a Servicer's official address.

Schema Definition

PropertyTypeFormatDescription
streetstringFirst line of street address.
citystringCity name
countrystringISO country codesThe country in which a Servicer is located.

Defaults to US.
regionstringmaxLength: 2Two-letter US state code.
postal_codestringPostal code. May be 5-digit format or 5 + 4 format.

Example

{
  "city": "North Enid",
  "country": "US",
  "region": "OK",
  "street": "05700 Moises Mountains",
  "postal_code": "92192"
}