Invoices

List invoices

Retrieves a list of invoices for the specified organization.

get/organizations/{organization_id}/invoices

Path parameters

organization_idstring required

The ID of the organization.<br> Prefix with name= to retrieve the organization by name instead.

Query parameters

filter[status]'paid' | 'charged_off' | 'pending' | 'refunded' | 'canceled' | 'refund_pending'

The status of the invoice.

filter[type]'credit_memo' | 'invoice'

The invoice type. Use invoice for standard invoices, credit_memo for refund/credit invoices.

filter[order_id]string

The order id of Invoice.

pageinteger

Page to be displayed. Defaults to 1.

Response

OK