v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Chargeback

Load Data for CB

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

post/pws/pws_mc_datafor_cb/

Request body

api_call_unique_identifierstring required

Unique number that must be passed at each API request. Identifier to make each API request unique

chargeBackTypestring required
<p> Chargeback type <ul> <li>CHARGEBACK - First chargeback</li> <li>ARB_CHARGEBACK - Second chargeback</li> </ul> </p>
claimIdinteger required

Claim Id where the chargeback will be added

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

reasonCodestring

Chargeback Reason Code provides the chargeback receiver with the reason for sending the chargeback.

currencystring

The chargeback currency. The data should be standard currency alpha code or numeric code

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "chargeBackType": "200002042336",
  "claimId": 200002042336,
  "client_id": 760131,
  "reasonCode": "4853",
  "currency": "USD"
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "currencies": [
      {
        "name": "AED",
        "value": "AED"
      }
    ]
  }
}