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/meGET /api/customer/:customerIdPUT /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
:::