Invoices and Payments
This page provides a two-tab view that tracks order/invoice and payment history together.
Access Path
- Web:
/billing/invoices-payments
Major Transactions
- Invoices tab: listing order/invoice transactions
- Payments tab: listing payment records
- Paging and status-based tracking
API Bits Used
GET /api/orders?page=:page&pageSize=:pageSizeGET /api/payments?page=:page&pageSize=:pageSize
Authorization Note
- The data is listed in the customer scope of the logged in user.
:::info Manifest Code
console:billing:invoices-payments
:::