v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Chargeback

Chargeback Document

This resource retrieves documentation for a chargeback

post/pws/pws_mc_cb_document/

Request body

api_call_unique_identifierstring required

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

chargeBackIdinteger required

Chargeback Id

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

formatstring

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "chargeBackId": 300018439680,
  "claimId": 200002020654,
  "client_id": 760131
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "fileName": "CB_300075264776.zip",
    "fileData": "UEsDBBQACAgIAMgUmlMAAAAAAAAAAAAAAAAMAAAAYmliZWtfcHAuan"
  }
}