Appearance
Booking Payments API
Track payments made against a booking.
List Booking Payments
http
GET /api/v1/bookings/{id}/paymentsAdd Booking Payment
http
POST /api/v1/bookings/{id}/paymentsRequest Body:
| Field | Type | Required | Description |
|---|---|---|---|
| amount | float | ✅ Yes | > 0 |
| date | string | ✅ Yes | YYYY-MM-DD |
| transaction_type | string | ✅ Yes | INCOME, EXPENSE |
| account_bank_type_id | uuid | ✅ Yes | Account bank type ID |
| description | string | No | Max 1000 chars |