List InvoicesCopy Pageget https://{api}.subotiz.com/api/v1/invoicesList InvoicesQuery Paramsinvoice_idsarray of stringsInvoice ID array, filter invoices whose IDs belong to this arrayinvoice_idsADD stringtrade_idsarray of stringsTrade ID array, filter invoices whose Trade IDs belong to this arraytrade_idsADD stringorder_idsarray of stringsOrder ID array, filter invoices whose Order IDs belong to this arrayorder_idsADD stringsubscription_idstringSubscription IDcustomer_idstringCustomer IDbiz_statusarray of stringsInvoice status array, filter invoices whose status belong to this array open: Initial state pending: Invoice pending retrying: Invoice retrying success: Invoice successful failed: Invoice failed refunded: Invoice fully refunded partially_refunded: Invoice partially refunded biz_statusADD stringinvoice_typesarray of stringsInvoice type array, filter invoices whose type belong to this array initial: First payment trial: Trial period renewal: Renewal refund: Refund invoice_typesADD stringstarting_afterstringCursor for pagination. starting_after is the object ID that defines your position in the list. For example, if you want to get the next page, you can use the last object's ID as the parameter value after getting the object list for the first time. Cannot be used together with ending_beforeending_beforestringCursor for pagination. ending_before is the object ID that defines your position in the list. For example, if you want to get the previous page, you can use the first object's ID as the parameter value after getting the object list for the first time. Cannot be used together with starting_afterlimitint32Pagination parameter, number of items per page, default: 10, interface defaults to sorting by creation time in descending order. Limit: [1, 100]created_at.gtstringMinimum value to filter by (exclusive, UTC time in RFC3339 format, such as '2025-01-01T00:00:00Z')created_at.gtestringMinimum value to filter by (inclusive, UTC time in RFC3339 format, such as '2025-01-01T00:00:00Z')created_at.ltstringMaximum value to filter by (exclusive, UTC time in RFC3339 format, such as '2025-01-01T00:00:00Z')created_at.ltestringMaximum value to filter by (inclusive, UTC time in RFC3339 format, such as '2025-01-01T00:00:00Z')HeadersRequest-IdstringrequiredDefaults to 008e3967-a1b5-48bb-be14-d5bff5092e61The unique identifier of the requestResponse 200OKUpdated 3 months ago ObjectGet InvoiceDid this page help you?YesNo