v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
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"
    }
  ]
}