---
title: "Fetch Virtual Account Statement"
method: POST
path: "/api/payout/va/{va_number}/statement"
tags: ["Payout APIs"]
---

# Fetch Virtual Account Statement

`POST /api/payout/va/{va_number}/statement`

## Path parameters

- `va_number` integer, required

## Headers

- `Authorization` string
- `X-Portone-Client-Key` string

## Request body

- object
  - `page` integer, required — The page number of the data to be fetched.
  - `pagesize` integer, required — The page size of the data to be fetched.
  - `to` string, required — The to Date to fetch the sub-merchant.
  - `from` string, required — The from Date to fetch the sub-merchant.

## Response `200`

Successful response

- object
  - `content` VirtualAccountStatementContent — The object containing the virtual account statement details.
    - `created_at` string — The created date of the virtual account.
    - `vaaccount_no` string — The virtual account number.
    - `txn_ref` string — The transaction reference
    - `to_account_no` string — The account_number to which the payment transaction is done.
    - `channel_ref` string — The unique reference of the virtual account generated by the PSP.
    - `amount` number, double — The amount of the transaction done on virtual account.
    - `txn_type` string — The type of the payout transaction.
    - `balance` number, double — The current balance of the virtual account.
    - `actual_txn_time` string — The actual_txn_time of the payout transaction.
    - `currency` string — The currency code of the transaction.
  - `total_elements` string — The total number of elements in the response.
  - `total_pages` string — The total pages in the response.
  - `size` string — The size of the response
  - `page` string — the current page in the response.
  - `number_of_elements` string — The total number of elements in the response.

## Other responses

- `400` — Failure response
- `401` — Failure response

---

[API](https://skmtc.net/portone/apis/payment-apis.md) · [All operations](https://skmtc.net/portone/apis/payment-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portone/payment-apis/revisions/f3ccea652555/schema)
