v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
Payments

Get a payment

Returns a specific payment

get/payments/{id}

Path parameters

idinteger required

Payment ID

Response

Successful response

idinteger
amountnumber
datestring date
notestring nullable
is_processingboolean
client_namestring
invoice_numberstring
project_namestring nullable

Example response

{
  "id": 1,
  "amount": 500,
  "date": "2024-01-20",
  "note": "Check #1234",
  "client_name": "Acme Corporation",
  "invoice_number": "INV-001",
  "project_name": "Website Redesign"
}