Skip to main content

Billing Accounts

This page manages viewing/editing customer-based invoice title, tax and contact information.

Access Path

  • Web: /billing/billing-accounts

Major Transactions

  • Getting customer information from user session
  • Bringing the Customer invoice profile
  • Edit and save invoice profile

API Bits Used

  • GET /api/user/me
  • GET /api/customer/:customerId
  • PUT /api/customer/:customerId

Authorization Note

  • The transaction runs in the context of the customer; In case of unauthorized access, login/permission error is returned.

:::info Manifest Code console:billing:billing-accounts

:::