latestOpenAPI 3.0.12026-08-10234260964.0 KB
6cc88fde6435
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