---
title: "Reset SCA Counter"
method: POST
path: "/pws/v2/pws_reset_contactless_limits/"
tags: ["SCA Contactless Limits"]
---

# Reset SCA Counter

`POST /pws/v2/pws_reset_contactless_limits/`

This web service resets the SCA counter for a card. Pass a public token and client ID to reset the transaction counter to zero.

## Request body

- ScaLimitBaseRequest
  - `api_call_unique_identifier` string, required — Unique number that must be passed at each API request. Identifier to make each API request unique
  - `client_id` integer, required — Unique identifier for the client which Paymentology will provide at outset
  - `token` integer, required — Public Token Identifier
  - `user_id` string — User Id of the Customer who triggered the API request.
  - `remarks` string — Remarks for API request

## Response `200`

Successful Response

- ScaLimitBaseResponseBody
  - `header` PaypowerCommonResponseHeader — Response header
    - `error_id` integer — Error Id
    - `error_desc` string — Error Message
  - `body` ScaLimitInfoResponse — SCA limit response
    - `token` integer — Public Token Identifier
    - `limits` ScaLimitDetail[] — List of SCA limits
      - `limit_type` string — Type of limit (COUNTER or AMOUNT)
      - `limit_key` string — Key/name of the limit
      - `limit_value` number — Maximum limit value
      - `remaining_limit_value` number — Remaining limit value

## Other responses

- `404` — Webservices does not exist
- `500` — Internal Server error

---

[API](https://skmtc.net/paymentology/apis/payapi-docs.md) · [All operations](https://skmtc.net/paymentology/apis/payapi-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymentology/payapi-docs/revisions/a675891b0365/schema)
