Payments & Pay Now
Where: Sidebar โ Payments (the receipts register), plus the Collect payment dialog available on every unpaid invoice.
๐ท Screenshot spot โ capture this screen and save it as static/img/screenshots/accounting-payments.png, then replace this whole box with the single line:

The Payments pageโ
Every customer payment recorded against an invoice lives here โ searchable, exportable, with a printable receipt per row.
- KPIs: Total Received ยท Received (This Month) ยท Receipts count.
- Table: Receipt # ยท Date ยท Invoice ยท Customer ยท Mode ยท Reference ยท Amount โ plus a Receipt print/email menu on each row.
- Export downloads the register as CSV.
Record a paymentโ
- Click Record Payment.
- Pick the Invoice โ the dropdown lists outstanding invoices as
INV-โฆ โ Customer ยท bal โนX. Choosing one auto-fills the amount with the full balance. - Adjust the Payment Date, Amount, Method (Cash, Bank Transfer, Cheque, UPI, RTGS, NEFT, Other) and Reference / UTR if needed.
- Click Record Payment โ the payment-receipt email dialog opens so you can send the customer a receipt immediately.
You can also record a payment directly from an invoice row (โฎ โ Record payment) or from the Receivables page (Pay).
Pay Now โ let customers pay you onlineโ
ZAPTIZ can attach a Razorpay payment link + QR code to any unpaid invoice. The customer scans or clicks, pays by UPI / card / net-banking, and the money lands directly in your company's own bank account.
- Your subscription to ZAPTIZ is billed through the platform's Razorpay account.
- Invoice Pay-Now links use your company's own Razorpay account and keys. The platform never touches your customers' money.
One-time setup (Company Admin)โ
- In your own Razorpay Dashboard โ Settings โ API Keys, generate a key pair.
- In ZAPTIZ, go to Settings โ Integrations โ Razorpay, paste the Key ID and Key Secret (and optionally a Webhook secret), and click Connect Razorpay.
- Keys are validated live, then the secret is stored encrypted โ you'll only ever see a masked hint like
rzp_live_โฆ4F2Aafterwards. - Keep "Accept online payments on invoices" switched on.
The onboarding wizard also offers this as an optional step when your company first signs up.
Strongly recommended: set up the webhookโ
In your Razorpay Dashboard โ Settings โ Webhooks, add:
- URL:
https://<your ZAPTIZ host>/api/v1/payments/webhook - Event:
payment_link.paid - Secret: the same webhook secret you entered in ZAPTIZ.
With the webhook in place, an online payment reconciles itself: the payment is recorded automatically (reference = the Razorpay payment ID), the invoice flips to Partial or Paid, and everyone gets a "payment received" notification. It's idempotent (never double-posts) and never overpays an invoice.
A customer can pay your link and the invoice will still show as unpaid until you record the payment manually. Set up the webhook.
Sending a Pay-Now linkโ
- On an unpaid invoice: โฎ โ Collect payment (link)โฆ (or Pay link on the Receivables page).
- The dialog creates (or reuses) a payment link for the outstanding balance and shows a QR code, the amount due, and Copy link / Open buttons.
- Use "Email this to the customer" โ the To address is pre-filled from the customer record; add a Cc, subject and message and click Send to customer.
If you see "Connect your Razorpay account", your company hasn't finished the setup above. If you see "Online invoice payments are turned off", re-enable the toggle in Settings โ Integrations.
Live updatesโ
The Receivables page listens for payments in real time โ when a customer pays a link, the list refreshes by itself and you'll see a toast: "Payment received for invoice INV-โฆ".
Tips & gotchasโ
- Changing or disconnecting your Razorpay keys voids all open payment links (so a stale link can never pay into the old account). New links are issued against the new keys.
- Online payments recorded via webhook show method Other with the Razorpay payment ID as the reference.
- Payments can't be edited or deleted from the Payments page โ record carefully.
- The page KPIs total the current page of receipts, and the footer shows "Total (this page)".