Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The app identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of servicing payments.
Collection of Nano.ServicingPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| servicingDetail |
Gets or sets the servicing detail identifier. |
integer |
None. |
| id |
Gets or sets the servicing payment identifier. |
integer |
None. |
| amount |
Gets or sets the amount. |
decimal number |
None. |
| checkDate |
Gets or sets the check date. |
string |
None. |
| dateRecorded |
Gets or sets the date recorded. |
date |
None. |
| extraPrincipal |
Gets or sets the extra principal. |
decimal number |
None. |
| impounds |
Gets or sets the impounds. |
decimal number |
None. |
| interest |
Gets or sets the interest. |
decimal number |
None. |
| lateFee |
Gets or sets the late fee. |
decimal number |
None. |
| memo |
Gets or sets the memo. |
string |
None. |
| mortgageInsurance |
Gets or sets the mortgage insurance. |
decimal number |
None. |
| paymentAssociatedWith |
Gets or sets the payment associated with. |
string |
None. |
| principal |
Gets or sets the principal. |
decimal number |
None. |
| subsidy |
Gets or sets the subsidy. |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"servicingDetail": "1",
"id": "2",
"amount": 1.0,
"checkDate": "sample String 3",
"dateRecorded": "2025-11-09T05:57:30.3599935Z",
"extraPrincipal": 1.0,
"impounds": 1.0,
"interest": 1.0,
"lateFee": 1.0,
"memo": "sample String 4",
"mortgageInsurance": 1.0,
"paymentAssociatedWith": "sample String 5",
"principal": 1.0,
"subsidy": 1.0
},
{
"servicingDetail": "1",
"id": "2",
"amount": 1.0,
"checkDate": "sample String 3",
"dateRecorded": "2025-11-09T05:57:30.3599935Z",
"extraPrincipal": 1.0,
"impounds": 1.0,
"interest": 1.0,
"lateFee": 1.0,
"memo": "sample String 4",
"mortgageInsurance": 1.0,
"paymentAssociatedWith": "sample String 5",
"principal": 1.0,
"subsidy": 1.0
}
]
text/html
Sample:
[{"servicingDetail":"1","id":"2","amount":1.0,"checkDate":"sample String 3","dateRecorded":"2025-11-09T05:57:30.3599935Z","extraPrincipal":1.0,"impounds":1.0,"interest":1.0,"lateFee":1.0,"memo":"sample String 4","mortgageInsurance":1.0,"paymentAssociatedWith":"sample String 5","principal":1.0,"subsidy":1.0},{"servicingDetail":"1","id":"2","amount":1.0,"checkDate":"sample String 3","dateRecorded":"2025-11-09T05:57:30.3599935Z","extraPrincipal":1.0,"impounds":1.0,"interest":1.0,"lateFee":1.0,"memo":"sample String 4","mortgageInsurance":1.0,"paymentAssociatedWith":"sample String 5","principal":1.0,"subsidy":1.0}]
application/xml, text/xml
Sample:
<ArrayOfServicingPayment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ServicingPayment>
<ServicingDetailId>1</ServicingDetailId>
<ServicingPaymentId>2</ServicingPaymentId>
<Amount>1</Amount>
<CheckDate>sample String 3</CheckDate>
<DateRecorded>2025-11-09T05:57:30.3599935Z</DateRecorded>
<ExtraPrincipal>1</ExtraPrincipal>
<Impounds>1</Impounds>
<Interest>1</Interest>
<LateFee>1</LateFee>
<Memo>sample String 4</Memo>
<MortgageInsurance>1</MortgageInsurance>
<PaymentAssociatedWith>sample String 5</PaymentAssociatedWith>
<Principal>1</Principal>
<Subsidy>1</Subsidy>
</ServicingPayment>
<ServicingPayment>
<ServicingDetailId>1</ServicingDetailId>
<ServicingPaymentId>2</ServicingPaymentId>
<Amount>1</Amount>
<CheckDate>sample String 3</CheckDate>
<DateRecorded>2025-11-09T05:57:30.3599935Z</DateRecorded>
<ExtraPrincipal>1</ExtraPrincipal>
<Impounds>1</Impounds>
<Interest>1</Interest>
<LateFee>1</LateFee>
<Memo>sample String 4</Memo>
<MortgageInsurance>1</MortgageInsurance>
<PaymentAssociatedWith>sample String 5</PaymentAssociatedWith>
<Principal>1</Principal>
<Subsidy>1</Subsidy>
</ServicingPayment>
</ArrayOfServicingPayment>
application/vnd.api+json
Sample:
Sample not available.