Block Management
Payment fields
| Field | Type | Required | Notes |
|---|---|---|---|
uuid | UUID | Auto | |
reference | String | No | Cheque number, BACS reference, etc. |
unit_uuid | UUID | Yes | |
bank_account_uuid | UUID | Yes | |
amount | Money | Yes | Amount received (positive) |
received_date | Date | Yes | When the bank shows the money |
payment_method | Enum | Yes | BACS, cheque, cash, card, gocardless, stripe, other |
status | Enum | Auto | Pending, Succeeded, Failed, Reversed |
allocations | List | No | Invoices this payment is allocated against |
voided_at | Timestamp | Auto | If reversed |
void_reason | String | No | Reason for reversal |
created_at | Timestamp | Auto |
Related
Last reviewed 10 May 2026.