Apiway lists every Stripe invoice in the Billing tab. Download each as a PDF, view individual line items, or open the Stripe customer portal for payment-method updates and full billing history.
Where to find invoices
- Go to /app/account, Billing tab.
- The Invoices section lists every Stripe invoice on the subscription, newest first.
- Click an invoice to see line items via
GET /api/account/invoices/[id].
Download as PDF
Each invoice has a Download PDF button that fetches Stripe's hosted PDF for the invoice. Use the PDF for accounting and tax filing.
Open the Stripe customer portal
Click Manage billing to open the Stripe customer portal. From there:
- Update credit / debit card on file.
- View full Stripe billing history.
- Switch plans (immediate prorated change).
- Cancel subscription.
- Update billing address / VAT.
VAT and tax handling
- Stripe handles VAT collection for EU customers based on the billing address provided in the customer portal.
- Add VAT id in the Stripe customer portal — it appears on subsequent invoices.
- For invoices issued before the VAT id was added, contact support to request a corrected invoice.
Failed payment
Stripe automatically retries failed charges. If retries exhaust, the subscription enters past-due and is auto-cancelled unless the payment method is fixed in the customer portal.