---
title: "ISO Billing Report"
method: POST
path: "/api/valor/iso-billing-report"
---

# ISO Billing Report

`POST /api/valor/iso-billing-report`

## Headers

- `Authorization` string, required
- `isv-secret-key` string

## Request body

- object
  - `filterdata` object, required
    - `month` string, required — Set the month of fetch the billing statement (Ex: MM)
    - `year` string, required — Set the year of fetch the billing statement (Ex: YYYY)
    - `mp_id` integer — It is a merchant profile id which is respective to the particular merchant (Max length of 11 chars)

## Response `200`

200

- object

## 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/revisions/c6468b606325/schema)
