---
title: "Fetch Transaction With Date Range"
method: POST
path: "/api/valor-vault/fetchtransaction/{vault_id}"
---

# Fetch Transaction With Date Range

`POST /api/valor-vault/fetchtransaction/{vault_id}`

## Path parameters

- `vault_id` integer, required

## Headers

- `Valor-App-ID` string, required
- `Valor-App-Key` string, required

## Request body

- object
  - `start_date` string, date, required — Start date, Accepeted date YYYY-MM-DD
  - `end_date` string, date, required — End date, Accepeted date YYYY-MM-DD

## Response `200`

200

- object
  - `code` integer
  - `status` string
  - `message` string
  - `data` object[]
  - `limit` integer
  - `total_count` integer
  - `offset` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/valorpaytech/apis/ecommerce-api.md) · [All operations](https://skmtc.net/valorpaytech/apis/ecommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/valorpaytech/ecommerce-api/versions/c6468b606325/schema)
