Get Invoice

GET /v1/invoices/:id

Retrieves the metadata and download link for a specific invoice.

Path Parameters

id string (required)

The unique ID of the invoice (e.g., inv_123...).

Response

{
  "invoice_id": "inv_123...",
  "status": "ready",
  "pdf_url": "https://...",
  "expires_at": "2024-..."
}