Invoices list
The Invoices list component renders a paginated list of a customer’s invoices. Use it when you want to embed invoice history into your product without building the list yourself.

Overview
Invoices list is driven by a portalObject your backend generates for a specific customer. The SDK uses it to fetch and display that customer’s invoices. Your frontend never handles API keys directly.
Pagination is enabled by default, loading 15 invoices per batch. Each invoice row can show a pay button, a view button, or both, depending on your configuration.
Mount the component
Invoices list component
Configuration
Events
Invoices list fires action-request DOM events when the customer interacts with invoice actions.
Handling action requests