v1
latestOpenAPI 3.0.02026-08-068926279.2 KBPayments
Get a payment
Returns a specific payment
get/payments/{id}
Path parameters
idinteger required
Payment ID
Response
Successful response
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"
}