Payment and credit field reference
Payment and credit field reference
Payment fields (Payments page)
| Field |
Meaning |
Date |
When the payment was recorded (recorded_at, falling back to created_at). |
Student |
Student name and email. |
Amount |
Payment amount, in the payment currency. |
Invoice |
Link to the related invoice (first 8 chars of the invoice ID, uppercased). |
Method |
See the method table below. |
Status |
See the status table below. |
refunded_at |
When refunded, if at all. |
refund_amount |
Refunded amount, if any. |
Notes |
Free-text notes. |
Payment methods
These are manual-entry methods (cash, check, wire, other):
method |
Label |
cash |
Cash |
check |
Check |
wire |
Wire Transfer |
other |
Other |
Payment statuses
status |
Label |
completed |
Completed |
processing |
Processing |
failed |
Failed |
refunded |
Refunded |
paid |
Treated as Completed (legacy fallback) |
A payment is refundable only when completed (or legacy paid) and not already refunded. See [[invoicing-refund-payment]].
Credit transaction kinds (Credit History drawer)
kind |
Label |
deposit |
Deposit |
applied_to_invoice |
Applied to Invoice |
refund |
Refund |
manual_adjust |
Manual Adjustment |
Each credit transaction also carries amount_cents (signed — negative means deduction), balance_after_cents, notes, created_at, created_by_name, and an optional invoice_id link.
Student balance fields (Student Balances page)
| Field |
Meaning |
Outstanding |
Total open balance (outstanding_amount), with open_invoice_count shown below. |
Overdue |
Overdue portion (overdue_amount). |
Prepaid Credits |
Credit balance (balance_cents) from the credits list; opens the history drawer. |
Last Payment |
last_payment_date and last_payment_amount. |
Last Invoice |
last_invoice_date. |
Related
- Invoice-level fields — see [[invoicing-invoice-field-reference]].
- Managing credits — see [[invoicing-student-balances-and-credits]].
Related Articles
Invoice field reference
Invoice field reference Fields on an invoice and its detail view. Identity and people Field Meaning Invoice # The QuickBooks invoice ID when present, otherwise the first 8 characters of the internal ID, uppercased. Student Student name and email. ...
How do I manage student balances and prepaid credits?
How do I manage student balances and prepaid credits? The Student Balances page (Invoicing landing tile: Outstanding balances by student) lists every student with money in play. Reading the table Columns: Student — name and email. Outstanding — total ...
Which permissions control the Invoicing module?
Which permissions control the Invoicing module? Invoicing uses three permission keys. The * wildcard satisfies any of them. Permission keys Permission What it gates billing:view View access to the Invoicing landing page, Invoices, Payments, Student ...
How do I record an offline payment on an invoice?
How do I record an offline payment on an invoice? When a student pays you directly — cash at the desk, a check, a wire — log it against the invoice so the balance and AR reflect it. HangarOS does not move the money; you are recording a payment you ...
How do I issue a refund on a payment?
How do I issue a refund on a payment? Refunds are issued from the Payments page. A payment is refundable only when it is completed and has not already been refunded. Issue the refund Open the Payments page (Invoicing landing tile: Track payments and ...