---
title: "Retrieve Business Statements"
method: GET
path: "/wallet/all-in-one/{org_wallet_ref}"
---

# Retrieve Business Statements

`GET /wallet/all-in-one/{org_wallet_ref}`

Get a paginated list of statement entries

## Query parameters

- `from` string
- `to` string
- `page` integer
- `limit` integer

## Headers

- `org_wallet_ref` integer

## Response `200`

Successful response

- StatementResponse
  - `docs` StatementEntry[]
    - `_id` string
    - `currency` string
    - `org_wallet_ref` string
    - `account` string
    - `credit` number
    - `debit` number
    - `counter` integer
    - `description` string
    - `ref` string
    - `created_by` string
    - `transaction_type` 'EXPENSE' | 'TOPUP' | 'REFUND' | 'REVERSAL'
    - `running_balance` number
    - `business_running_balance` number
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `expense` 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
      - `payment_type` string
      - `channel` string
      - `subcategory` object, nullable
      - `team` object
        - `_id` string
        - `name` string
        - `code` string
      - `tag` string[]
      - `notes` string
      - `risk` string
      - `risk_notes` 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
      - `subscription_id` string
      - `account_number` string
      - `reviews` object[]
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
    - `topup` Topup
      - `_id` string
      - `ref` string
      - `description` string
      - `amount` number
      - `account` string
      - `channel` string
      - `is_employee_topup` boolean
      - `exported` boolean
      - `sync_successful` boolean
      - `created_by` string
      - `status` string
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
    - `refund` Refund
      - `_id` string
      - `ref` string
      - `transaction_ref` string
      - `description` string
      - `amount` number
      - `account` string
      - `employee_id` string
      - `status` string
      - `org_wallet_ref` string
      - `currency` string
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
  - `total` integer
  - `limit` string
  - `page` string
  - `pages` integer

---

[API](https://skmtc.net/boyahq/apis/boya-statement-api.md) · [All operations](https://skmtc.net/boyahq/apis/boya-statement-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boyahq/boya-statement-api/versions/5ff3de72deaa/schema)
