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.

Updated 11 Aug 20262 min read

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:details

Prints 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-4471

Only 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-118

Flags

All flags are optional.

FlagDescription
--legal_nameRegistered legal entity name, printed on invoices. Falls back to your organisation display name when unset.
--emailThe billing email all organisation email goes to.
--entity_typeindividual or company.
--address_line1 / --address_line2Postal address lines.
--cityCity.
--stateState, province or emirate.
--postcodePostal code — not required everywhere.
--countryISO 3166-1 alpha-2 country code, e.g. AE or DE.
--tax_idTax registration number. Requires --tax_id_type.
--tax_id_typevat, trn, gst, abn, ein or other — drives the label the invoice prints.
--registration_numberCompany registration or trade licence number.
--billing_referenceA 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.