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 IDs of the expected payments objects representing payments not yet made.
Represents a loan. A loan always belongs to a borrower, and most of the interactions between a lender and a borrower are associated with a particular loan.
Represents a loan. A loan always belongs to a borrower, and most of the interactions between a lender and a borrower are associated with a particular loan.
The payment method
The last four digits of the payment method
{ "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" }, "expectedPaymentIds": [ "XP-L9BN-5J52" ], "loan": { "id": "string", "loanTypeId": "string", "additionalBorrowers": [ … ], "assetDisplayName": "string", "cancellationReason": "technicalIssue", "declineReason": { … }, "displayId": "string", "endDate": "2019-08-24", "externalId": "string", "labels": [ … ], "metaData": {}, "timestamps": { … }, "assetType": "personalClosedEndUnsecured", "chargedOffReason": "term", "companyId": "string", "mainBorrowerId": "string", "migration": { … }, "amountsValidation": { … }, "aprEffectiveAtActivation": 0.1, "aprNominalAtActivation": 0.1, "atActivation": { … }, "atOrigination": { … }, "current": { … }, "isClosed": true, "muteLoanNotices": true, "nickname": "string", "object": "installment", "ratesValidation": { … }, "servicedBy": "creditor", "status": "pending", "type": "installment", "autopayData": {}, "balances": { … }, "creditReporting": { … }, "daysOverdue": 0, "daysToChargeOff": 0, "futureBalances": { … }, "investors": [ … ], "loanType": { … }, "overdueAmount": 0, "overdueSummary": { … }, "people": [ … ], "transactions": [ … ] }, "overdueAmount": 0, "paymentAmount": 0, "paymentDate": "2019-08-24", "paymentMethod": "bankAccount", "paymentMethodLastFour": "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": { … } } }