Skip to main content
When a customer pays, just say so:
The bot resolves the customer, applies the payment, and replies with exactly what it did:

Which order gets paid?

If you don’t name a specific order, the bot pays down Jordan’s oldest open order first. If the payment is bigger than that order’s balance, the leftover automatically rolls onto the next-oldest open order, and so on:
This means you never have to remember or type an order number for the common case — “Payment received Jordan 29,000” just works even if Jordan has multiple invoices outstanding.

Pointing at a specific order

If you want to be precise — say the payment is specifically for one invoice — include the order/PO number:
This applies the full amount to that order only, regardless of what else is open.

Overpayments

If the amount is more than everything Jordan currently owes, the bot pays off every open order and tells you about the leftover rather than guessing what to do with it:
Flag that to an admin — it usually means either the amount was mistyped or it’s meant for an order that hasn’t been placed yet.

Payment method

If you mention how they paid — cash, e-transfer, bank transfer — the bot records it. If you don’t say, it defaults to cash; an admin can correct this later from the dashboard if needed.
If the customer name isn’t recognized, the bot will say so rather than guessing or creating a new customer record from a payment message.