---
title: "List Invoices"
method: GET
path: "/api/v1/invoices/"
tags: ["Payment Collection"]
---

# List Invoices

`GET /api/v1/invoices/`

Retrive and filter invoices

## Query parameters

- `account` string
- `api_ref` string
- `page` integer
- `provider_ref` string
- `record_id` string
- `state` 'CANCELED' | 'COMPLETE' | 'FAILED' | 'PARTIAL' | 'PENDING' | 'PROCESSING' | 'RETRY'
- `wallet_id` string

## Response `200`

- PaginatedInvoicesSerList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` InvoicesSer[], required
    - `invoice_id` string, required
    - `state` 'PENDING' | 'PROCESSING' | 'FAILED' | 'CANCELED' | 'PARTIAL' | 'COMPLETE' | 'RETRY' — * `PENDING` - PENDING * `PROCESSING` - PROCESSING * `FAILED` - FAILED * `CANCELED` - CANCELED * `PARTIAL` - PARTIAL * `COMPLETE` - COMPLETE * `RETRY` - RETRY
    - `provider` 'M-PESA' | 'PESALINK' | 'CARD-PAYMENT' | 'GOOGLE-PAY' | 'APPLE-PAY' | 'BITCOIN' | 'BANK-ACH' | 'COOP_B2B', required — * `M-PESA` - M-Pesa * `PESALINK` - PesaLink(Bank KE) * `CARD-PAYMENT` - Card * `GOOGLE-PAY` - Google pay * `APPLE-PAY` - Apple pay * `BITCOIN` - Bitcoin * `BANK-ACH` - Bank ACH * `COOP_B2B` - COOP-Bank Agent
    - `charges` string, decimal
    - `net_amount` string, required
    - `currency` string, required
    - `value` string, decimal, required
    - `account` string, nullable — Depositing account, email or phone number
    - `api_ref` string, nullable — API tracking reference number
    - `clearing_status` string, required
    - `mpesa_reference` string, required
    - `host` string, nullable — Payment origin host i.e domain making the payment
    - `card_info` string, required
    - `retry_count` integer
    - `failed_reason` string, nullable
    - `failed_code` string, nullable
    - `failed_code_link` string, required
    - `created_at` string, date-time, nullable, required
    - `updated_at` string, date-time, nullable, required

---

[API](https://skmtc.dev/intasend/apis/intasend-api.md) · [All operations](https://skmtc.dev/intasend/apis/intasend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intasend/intasend-api/revisions/9fd63286a2c8/schema)
