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
GET //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-09-16T12:52:32.484Z",
"resolved": true,
"comments": [
{
"comment": "text",
"userName": "text",
"created": "2025-09-16T12:52:32.484Z"
}
]
}
],
"verified": false,
"hiddenFields": [
"text"
]
},
"paymentDetails": [
{
"cashFlows": [
{
"date": "2025-09-16",
"monthlyTotal": 1
}
],
"historicPerformance": {
"cashFlows": [
{
"date": "2025-09-16",
"monthlyTotal": 1
}
]
}
}
]
}