---
title: "Get Service Charges"
method: POST
path: "/tsp/pg/api/getSerCharges"
---

# Get Service Charges

`POST /tsp/pg/api/getSerCharges`

## Request body

- object
  - `merchantId` string, required — Merchant id. Size-12.
  - `aggregatorID` string — Merchant Aggregator ID. Only applicable for Aggregators
  - `merchantTxnNo` string, required — Txn ref Number. Unique reference to identify the request. Must only contain alphanumeric characters. Size-20
  - `paymentMode` string — Payment mode. Allowed Values: CARD, NB (Net Banking), WALLET, UPI
  - `paymentOptionCodes` 'DC' | 'CC' — Sub Payment mode. Available options under a select payment mode.
  - `cardNetwork` string — Network. Possible values: VISA, MC, AMEX, RUPAY
  - `cardRegion` string — Region. DOM – domestic card w.r.t. India , INTL –international card w.r.t. India In case of UPI, the values will be SAVINGS, CREDIT, PPIWALLET
  - `cardProductType` 'Corporate' | 'Default' | 'Business' | 'Normal' | 'Premium' | 'SuperPremium' | 'Purchase' | 'Commercial' — ProductType
  - `amount` number, required — Transaction amount. 9 significant and 2 decimal/precision (e.g., nnnnnnnnn.nn).
  - `currencyCode` string, required — Transaction Currency, Size-3.
  - `secureHash` string, required — Hash value. Size- 64

## Response `200`

- object
  - `respHeader` object, required — Response header section
    - `responseCode` string, required — Response code, '200' in case of success
    - `respDescription` string, required — Response description, 'OK' in case of success
  - `respBody` object, required — Response body section
    - `merchantId` string, required — Merchant account ID. Echo of request field
    - `amount` number, required — Transaction amount. Echo of request field
    - `serviceCharge` number, required — Service charges. Calculated for payment mode and sub payment mode; includes GST
    - `txnCharges` number, required — Transaction charges. Calculated for the selected payment and sub-payment mode
    - `serviceTax` number, required — GST/Service Tax. GST calculated for the specific payment mode and sub-payment mode

---

[API](https://skmtc.net/jiopay/apis/jiopay-pg.md) · [All operations](https://skmtc.net/jiopay/apis/jiopay-pg/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jiopay/jiopay-pg/versions/55aa41b8482f/schema)
