---
title: "List detected price changes"
method: GET
path: "/merchant-account/{merchantId}/cost-price-changes"
tags: ["Cost & Fees"]
---

# List detected price changes

`GET /merchant-account/{merchantId}/cost-price-changes`

Clusters whose learned price moved between snapshots - a connector repricing, surfaced from the merchant's own settlement data.

## Path parameters

- `merchantId` string, required

## Response `200`

Price changes

- PriceChange[]
  - `connector` string
  - `account` string
  - `card_network` string
  - `variant` string
  - `funding` string
  - `issuer_country` string
  - `currency` string
  - `ic_category` string
  - `old_pct_bps` number, double
  - `new_pct_bps` number, double
  - `old_fixed` number, double
  - `new_fixed` number, double
  - `changed_on` string — Snapshot date the new price first appeared.

---

[API](https://skmtc.net/juspay/apis/decision-engine.md) · [All operations](https://skmtc.net/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/juspay/decision-engine/revisions/36e7a0972ee6/schema)
