invoice_number lists your server’s recent invoice numbers with their current status.
/invoice create — Start the staged invoice builder
/invoice create — Start the staged invoice builder
customer, currency, and due_in_days are set up
front because they come from the slash command itself; everything else is added through the
panel. If payment profiles are enabled, the invoice defaults to your own profile if you have
one — a picker in the panel lets you change it.Permission: AdminExample: /invoice create customer:@SomeCustomer currency:USD due_in_days:14/invoice view — View an invoice
/invoice view — View an invoice
/invoice view invoice_number:INV-0001/invoice list — List invoices for this server
/invoice list — List invoices for this server
/invoice list status:paid/invoice mark-paid — Manually mark an invoice as paid
/invoice mark-paid — Manually mark an invoice as paid
/invoice verify.Permission: AdminExample: /invoice mark-paid invoice_number:INV-0001/invoice payment — Attach a payment method to an invoice
/invoice payment — Attach a payment method to an invoice
profile (only meaningful once
payment profiles are enabled) rebinds which
destination the invoice pays into; omit it to leave the current destination unchanged.Permission: AdminExample: /invoice payment invoice_number:INV-0001 method:btc/invoice verify — Verify a crypto transaction against an invoice
/invoice verify — Verify a crypto transaction against an invoice
/invoice verify invoice_number:INV-0001 txid:3a1b.../invoice void — Void an invoice
/invoice void — Void an invoice
/invoice void invoice_number:INV-0001/invoice refund — Refund a paid invoice
/invoice refund — Refund a paid invoice
/invoice refund invoice_number:INV-0001/invoice resend — Repost an invoice to this channel
/invoice resend — Repost an invoice to this channel
/invoice resend invoice_number:INV-0001/invoice delete — Permanently delete a draft or void invoice
/invoice delete — Permanently delete a draft or void invoice
/invoice delete invoice_number:INV-0001/invoice customer — Set or change the customer on an invoice
/invoice customer — Set or change the customer on an invoice
/invoice customer invoice_number:INV-0001 user:@SomeCustomer/invoice manage — Open the management panel for an invoice
/invoice manage — Open the management panel for an invoice
/invoice manage invoice_number:INV-0001