---
title: "Get approved expenses"
method: GET
path: "/expenses/accepted"
---

# Get approved expenses

`GET /expenses/accepted`

## Query parameters

- `fromdate` string, date
- `todate` string, date
- `page` integer
- `limit` integer

## Response `200`

OK

- ExpenseList
  - `docs` Expense[]
    - `_id` string
    - `amount` number
    - `fees` number
    - `charge` number
    - `original_currency` string
    - `currency` string
    - `original_amount` number
    - `transaction_ref` string
    - `provider_ref` string
    - `employee_id` string
    - `person` string
    - `transaction_date` string, date-time
    - `MerchantCategoryCode` string
    - `MerchantIdentifier` string
    - `fx_rate` number
    - `card_vcn` string
    - `receiver` string
    - `accno` string
    - `payment_type` string
    - `channel` string
    - `subcategory` Subcategory
      - `_id` string
      - `category` object
        - `_id` string
        - `groupid` string
        - `name` string
      - `code` string
      - `name` string
    - `team` Team
      - `_id` string
      - `name` string
      - `code` string
    - `tag` string[]
    - `notes` string
    - `risk` string
    - `risk_notes` string
    - `ip` string
    - `attachments` string[]
    - `payment_status` string
    - `status` string
    - `review_participants` string[]
    - `review_mandate` integer
    - `review_level` integer
    - `events` object[]
    - `exported` boolean
    - `sync_successful` boolean
    - `org_wallet_ref` string
    - `vendor` string
    - `customer` object, nullable
    - `account_number` string
    - `reviews` Review[]
      - `person` string
      - `notes` string
      - `status` string
      - `_id` string
      - `reviewed_on` string, date-time
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `__v` integer
    - `id` string
  - `total` integer
  - `limit` integer
  - `page` integer
  - `pages` integer

---

[API](https://skmtc.net/boyahq/apis/expenses-api.md) · [All operations](https://skmtc.net/boyahq/apis/expenses-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boyahq/expenses-api/revisions/999e74c04c3e/schema)
