---
title: "Load Data for CB"
method: POST
path: "/pws/pws_mc_datafor_cb/"
tags: ["Chargeback"]
---

# Load Data for CB

`POST /pws/pws_mc_datafor_cb/`

This resource retrieves a structure containing possible values used to create a chargeback

## Request body

- McCbDataModel
  - `api_call_unique_identifier` string, required — Unique number that must be passed at each API request. Identifier to make each API request unique
  - `chargeBackType` string, required — <p> Chargeback type <ul> <li>CHARGEBACK - First chargeback</li> <li>ARB_CHARGEBACK - Second chargeback</li> </ul> </p>
  - `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
  - `reasonCode` string — Chargeback Reason Code provides the chargeback receiver with the reason for sending the chargeback.
  - `currency` string — The chargeback currency. The data should be standard currency alpha code or numeric code

## Response `200`

Successful Response

- McLoadDataResponse
  - `header` ResponseHeaderMcLoadData
    - `error_id` integer — error id
    - `error_desc` string — error message
  - `body` ResponseBodyMcLoadData
    - `currencies` Currencies[] — currencies
      - `name` string — name
      - `value` string — 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)
