<!-- https://nuforce360.com/help/business-manager/payments -->
# Payments

Help article for the /billing/payments screen: lists all recorded payments and lets the owner allocate a payment's credit to open invoices.

# Payments

This screen lists every payment recorded across your business, so you can see what has come in, from which customer, and how each payment has been applied.

## What you can do here

- Browse all recorded payments in one table, showing the customer, payment method, amount, payment date, the invoice it relates to, reference number, who received it, and its status.
- Sort the list by column and page through it as your payment history grows.
- Open the Allocate action on any payment to see its full detail: the total amount, how much of it is already allocated to invoices, and how much credit is left unallocated.
- Apply a payment's remaining credit to one of that customer's open invoices, or leave it as customer credit on the account when there is no open invoice to apply it to yet.

## Steps

Allocate a payment to an invoice:

1. Find the payment in the list and choose Allocate.
2. Review the summary: payment amount, amount already allocated, and credit left. Any prior allocations are listed below it.
3. If the customer has open invoices, pick one from the Invoice list. The amount field fills in automatically with the smaller of the remaining credit and that invoice's balance due, and you can adjust it.
4. Choose Allocate to apply the amount. The invoice's balance and the payment's remaining credit update right away.
5. Choose Close when finished, or pick another invoice to keep spreading the same payment's credit across several invoices.

## Related

- /help/billing/payments/pending
- /help/billing/invoices

<!-- REVIEW NOTES (drafting agent could not verify):
  1. Whether a text search box or additional filter controls appear above the Payments table depends on backend-declared search metadata not visible in the frontend source read; not asserted in the article for that reason.
  2. The exact wording of column headers as rendered on screen (e.g. whether 'Invoice' or 'Invoice No.' is shown) is inferred from the backend field labels (params.contact_name -> 'Customer', payment_method -> 'Method', params.invoice_no -> 'Invoice', ref_no -> 'Ref No.', details.received_by -> 'Received By', status -> 'Status') rather than a rendered screenshot.
  3. This screen has no visible 'add new payment' button in the code read; payments appear to be created elsewhere (e.g. from an invoice) and only listed/allocated here, but no exhaustive search was done for every entry point into payment creation.
-->
