latestOpenAPI 3.0.02026-08-148926280.0 KB
065f3992045c
Payments
List payments
Returns a list of invoice payments
get/payments
Response
Successful response
Example response
{
"data": [
{
"id": 1,
"amount": 500,
"date": "2024-01-20",
"note": "Check #1234",
"client_name": "Acme Corporation",
"invoice_number": "INV-001",
"project_name": "Website Redesign"
}
]
}