Manage Billing Details with Reis (Flag Mode)
View and update your organisation's billing details — the legal name, postal address, country, tax registration and invoice reference printed in the Bill To block of your invoices — directly from the command line.
View and update your organisation's billing details — the legal name, postal address, country, tax registration and invoice reference printed in the Bill To block of your invoices — directly from the command line.
Show current details
reis billing:detailsPrints every field plus whether the identity is invoice-ready. Add --output json for machine-readable output.
Update details
reis billing:details:update \
--entity_type company \
--legal_name "Acme Trading LLC" \
--email "accounts@acme.example" \
--address_line1 "Office 402, Al Majaz Tower" \
--city Sharjah \
--state Sharjah \
--country AE \
--tax_id 100123456789003 \
--tax_id_type trn \
--registration_number 1234567 \
--billing_reference PO-4471Only the flags you pass change — everything else keeps its current value, so a quick correction is a one-flag command:
reis billing:details:update --billing_reference PO-2027-118Flags
All flags are optional.
| Flag | Description |
|---|---|
--legal_name | Registered legal entity name, printed on invoices. Falls back to your organisation display name when unset. |
--email | The billing email all organisation email goes to. |
--entity_type | individual or company. |
--address_line1 / --address_line2 | Postal address lines. |
--city | City. |
--state | State, province or emirate. |
--postcode | Postal code — not required everywhere. |
--country | ISO 3166-1 alpha-2 country code, e.g. AE or DE. |
--tax_id | Tax registration number. Requires --tax_id_type. |
--tax_id_type | vat, trn, gst, abn, ein or other — drives the label the invoice prints. |
--registration_number | Company registration or trade licence number. |
--billing_reference | A PO number or cost centre printed on invoices. |
Invoices are snapshots
Each invoice records your billing details as they were on the day it was issued — updating them changes future invoices only.
See also: YAML mode, Billing Details in the console, Terraform.