Invoices
Invoices
That card number doesn’t look right.
Authorise with {{ methodLabel(method) }} — we read the card type to show its processing fee before charging. Your authorisation covers only this payment.
Advanced / testing (paste wallet payload)
Authorising approves these bills for payment — no money moves until they are paid. Processing fees are added at payment time.
| PIINS ref | Invoice # | Supplier | Agent | Due | Amount |
|---|---|---|---|---|---|
| {{ row.piinsReference || row.identifier }} | {{ row.invoiceNumber || '—' }} | {{ row.supplierName || '—' }} | {{ row.agentName || '—' }} | {{ row.dueDate }} | ${{ authMoney(row.amount) }} |
| Reference in file | File amount | Bill | Bill total | Why |
|---|---|---|---|---|
| {{ er.identifier }} | {{ er.hasFileAmount ? '$'+authMoney(er.fileAmount) : '—' }} | {{ er.piinsReference }} — {{ er.invoiceNumber }} | {{ er.billAmount ? '$'+authMoney(er.billAmount) : '—' }} | {{ er.reason }} |
{{ authFile.tab==='ready' ? 'No bills in this file can be authorised.' : 'Nothing in this group.' }}
{{ authFileTabNote }}
{{ detail.invoiceNumber || ('Invoice #'+detail.invoiceId) }} {{ detail.internalInvoiceNumber }} {{ detail.paymentStatus || 'PENDING' }}
-
{{ e.title }} — {{ e.actor }}{{ e.detail }}{{ fmt(e.timestamp) }}
Moving this bill also registers its account with the sub-company — future invoices for the same account will go there automatically.
| Description | Qty | Unit | Total | BSB | Account | ABN | Identifier |
|---|---|---|---|---|---|---|---|
| {{ li.description }} | {{ li.quantity }} | ${{ money(li.unitPrice) }} | ${{ money(li.totalAmount) }} | {{ li.bsb || '—' }} | {{ li.accountNumber || '—' }} | {{ li.abn || '—' }} | {{ li.uniqueIdentifier || '—' }} |
Show / hide fields {{ visibleMetaKeys.length }} / {{ orderedMetaKeys.length }}
Duplicates of invoice {{ dups.invoiceNumber }} this bill: {{ dups.anchorRef }}
Other invoices from the same supplier carrying invoice number {{ dups.invoiceNumber }}. Each PIINS reference is a separate bill — if these are copies of the same charge, pay only one and dispute or ignore the rest.
| PIINS ref | Batch | Uploaded | Due | Amount | Delivery | Payment | Agent |
|---|---|---|---|---|---|---|---|
| {{ d.internalInvoiceNumber || ('#'+d.id) }}this bill | {{ d.fileName || '—' }} | {{ fmt(d.uploadedAt) }} | {{ fmt(d.dueDate) }} | ${{ money(d.totalAmount) }} | {{ d.deliveryStatus || '—' }} | {{ payStatusLabel(d.paymentStatus) }} | {{ d.agentCompany || '—' }} |
No other copies are visible to you.
{{ dups.hiddenCount }} more duplicate{{ dups.hiddenCount===1?'':'s' }} exist{{ dups.hiddenCount===1?'s':'' }} outside your organisation's view.