invoices
Get complete details for a specific invoice
Retrieve full invoice information including all line items, taxes, billing details, and payment terms. This endpoint provides everything needed to review, process, or pay an invoice.
Use Cases
- Display full invoice details to users
- Generate PDF invoices for download/printing
- Process payments or reconcile accounts
- Audit billing details and line items
Invoice Components
- Line Items: Detailed breakdown of all charges
- Billing Address: Complete address for the invoice
- Payment Terms: When and how payment is expected
- Tax Information: Applied taxes and rates
Payment Terms
Common payment terms include:
Net 15
: Payment due 15 days from invoice dateNet 30
: Payment due 30 days from invoice dateDue on receipt
: Payment due immediately2/10 Net 30
: 2% discount if paid within 10 days, otherwise due in 30
Next Steps
- For paid invoices, payment details are available through your payment history
- For pending invoices, use your organization’s payment method to submit payment
- Contact support for questions about specific line items or charges
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the invoice to retrieve
Response
200
application/json
Successfully retrieved invoice details
Complete invoice details including line items and payment information
Contains all information needed to understand and process an invoice, including itemized charges, taxes, and payment terms.