The company object represents a company of Peach which uses some of Peach's applications.
It contains metadata about the company and configuration settings for how the applications should function.
The type of contact that was taken over. Only email and phone can be taken over.
The email address of the phone number which was taken over, with most of the characters replaced with *
.
Represents various users such as a borrower, co-borrower, co-signer, etc. A lender can choose to provide PII or not. If no PII is provided, Peach cannot monitor for bankruptcy, deceased and SCRA.
{ "company": { "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "id": "string", "updatedAt": "2019-08-24T14:15:22Z", "agentAuthType": "basic", "agentAuthValueType": "email", "appDomains": [ … ], "bankruptcyPolicy": true, "bankruptcyServiceId": 0, "borrowerAuthType": "basic", "borrowerAuthValueType": "email", "brandName": "string", "config": { … }, "deceasedPolicy": true, "deceasedServiceId": 0, "domainName": "string", "femaPolicy": true, "femaServiceId": 0, "legalName": "string", "name": "string", "object": "company", "ofacServiceId": 0, "rndServiceId": 0, "scraServiceId": 0, "shortDomainName": "string", "slug": "string", "status": "active", "timezone": "string", "tokenizationKeyId": 0, "type": "string" }, "contactType": "email", "emailMasked": "string", "person": { "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "id": "string", "updatedAt": "2019-08-24T14:15:22Z", "borrowerType": "person", "collectionsIntensity": "light", "commPreferences": { … }, "companyId": "string", "displayId": "string", "externalId": "string", "metaData": {}, "monitorStartDate": "2019-08-24", "status": "active", "statusUpdatedAt": "2019-08-24T14:15:22Z", "user": { … }, "dateOfBirth": "2019-08-24", "name": { … }, "object": "person", "identities": [ … ], "address": { … } }, "phoneNumberLastFour": "stri" }