---
title: "Differential Setting Bulk Update"
method: POST
path: "/api/valor/differential-setting"
---

# Differential Setting Bulk Update

`POST /api/valor/differential-setting`

## Headers

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

## Request body

- object
  - `epi_ids` integer[], required — An EPI (Endpoint Identifier) is a 10-digit number starting with '2' that identifies a device within Valor infrastructure, with a maximum of 100 EPIs allowed at a time.
  - `data` object, required
    - `surcharge_label` string — The Input should consist of 1 to 26 characters at most.
    - `tip_enabled` boolean — Excepted either true or false.
    - `include_tip_on_screen` boolean — Excepted either true or false.
    - `apply_fee_with_tip` boolean — Excepted either true or false.
    - `include_tax` boolean — Excepted either true or false.
    - `tax_enabled` boolean — Excepted either true or false.
    - `apply_fee_with_tax` boolean — Excepted either true or false.
    - `include_cash` boolean — Excepted either true or false.
    - `cash_discount_enabled` boolean — Excepted either true or false.
    - `cash_discount_label` string — The Input should consist of 1 to 17 characters at most.
    - `visa_ten_dollar` boolean — Excepted either true or false.
    - `show_discount_enabled` boolean — Excepted either true or false.
    - `show_discount_label` string — The Input should consist of 1 to 17 characters at most.
    - `show_remove_fee` boolean — Excepted either true or false.
    - `prompt_password_to_remove_fee` boolean — Excepted either true or false.
    - `customer_fee_disclosure` boolean — Excepted either true or false.
    - `signature_debit_only` boolean — Excepted either true or false.
    - `enable_for_all_debit_card` boolean — Excepted either true or false.
    - `card_type` integer — <p>Set the card types</p> <table class="valor_module_table"> <tr> <th>Card Types</th> <th>Options</th> </tr> <tr> <td>All Cards</td> <td>1</td> </tr> <tr> <td>Credit & Signature / Debit Only</td> <td>2</td> </tr> <tr> <td>Credit Only</td> <td>3</td> </tr> </table>

## Response `200`

200

- object
  - `code` integer
  - `status` string
  - `desc` string

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