---
title: "List invoice add-ons"
method: GET
path: "/merchant-account/{merchantId}/invoice-addons"
tags: ["Cost Ingestion"]
---

# List invoice add-ons

`GET /merchant-account/{merchantId}/invoice-addons`

List the invoice-derived cost add-ons stored per connector.

## Path parameters

- `merchantId` string, required

## Response `200`

Invoice add-ons

- AddonDto[]
  - `connector` string
  - `pct_addon_bps` number, double
  - `fixed_addon` number, double
  - `invoice_ref` string
  - `subtotal_ex_tax` number, double, nullable
  - `card_volume` number, double, nullable
  - `txn_count` integer, nullable
  - `currency` string
  - `period_start` string, nullable
  - `period_end` string, nullable
  - `updated_at` string

---

[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)
