---
title: "CB image status"
method: POST
path: "/pws/pws_mc_cb_status/"
tags: ["Chargeback"]
---

# CB image status

`POST /pws/pws_mc_cb_status/`

This resource retrieves the processing status of a chargeback image

## Request body

- McCbStatusModel
  - `api_call_unique_identifier` string, required — Unique number that must be passed at each API request. Identifier to make each API request unique
  - `chargeBackId` integer, required — Chargeback Id
  - `claimId` integer, required — Claim Id where the chargeback will be added
  - `client_id` integer, required — Unique identifier for the client which Paymentology will provide at outset
  - `user_id` string — User Id of the Customer who triggered the API request.
  - `remarks` string — Remarks for API request

## Response `200`

Successful Response

- McCbStatusResponse
  - `header` ResponseHeaderMCCBStatus
    - `error_id` integer — error id
    - `error_desc` string — error message
  - `body` ResponseBodyMCCBStatus
    - `chargebackResponseList` ChargebackResponse[] — chargebackResponseList
      - `chargebackId` string — chargeback Id
      - `claimId` string — claim Id
      - `status` string — status

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