Payments
Get the payments for a record
Authorizations
Path parameters
recordIdstringRequired
The ID of the record to get the details for
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
/finance/record/{recordId}/paymentsGET /finance/record/{recordId}/payments HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{
"record": {
"name": "text",
"isContract": "yes",
"recordType": "financial",
"contacts": [
{
"name": "text",
"type": "text",
"email": "[email protected]",
"phone": "text",
"voip": "text",
"notes": "text"
}
],
"notes": [
{
"note": "text",
"userName": "text",
"created": "2025-10-31T17:08:55.991Z",
"resolved": true,
"comments": [
{
"comment": "text",
"userName": "text",
"created": "2025-10-31T17:08:55.991Z"
}
]
}
],
"verified": false,
"hiddenFields": [
"text"
]
},
"paymentDetails": [
{
"cashFlows": [
{
"date": "2025-10-31",
"monthlyTotal": 1
}
],
"historicPerformance": {
"cashFlows": [
{
"date": "2025-10-31",
"monthlyTotal": 1
}
]
}
}
]
}