Invoice
The Invoice component renders a single invoice in full detail. Use it when you want to show a customer a specific invoice, including line items, billing information, and payment attempts.

Overview
Invoice is driven by a portalObject your backend generates for a specific customer, combined with an invoiceId you pass in configuration. The SDK fetches and displays that invoice. Your frontend never handles API keys directly.
The component can optionally show a PDF download button, the customer’s billing information, and a list of payment attempts, each of which can be toggled independently.
Mount the component
Invoice component
Configuration
Events
This component does not fire any events.