Invoice

List invoices

Use this BillingServ API endpoint to list invoices. Review the response for the operation result or validation errors.

get/invoice/lists

Query parameters

status'UNPAID' | 'PAID' | 'OVERDUE' | 'REFUNDED' | 'CANCELED' | 'PENDING' | 'ALL' required

Status key from GET /api/v2/invoice/statuses, or ALL.

Use a status_key from GET /api/v2/invoice/statuses, or ALL to return every invoice.

per_pageinteger

Items per page.

Response

OK

successboolean

Changes

Changed in 1 of the 6 revisions of this API.6

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 403 status

      response-optional-property-added

    • added the optional property code to the response with the 422 status

      response-optional-property-added

    • added the optional property request_id to the response with the 401 status

      response-optional-property-added

    • added the optional property request_id to the response with the 403 status

      response-optional-property-added

    • added the optional property request_id to the response with the 422 status

      response-optional-property-added