update Chargeback Debit MC
PUT {{baseUrl}}/v6/claims/:claim-id/chargebacks/debitmc/:chargeback-id
Issuers use this endpoint to update an existing Debit Mastercard or Europe Dual Acquirer chargeback with memos or documents if they did not attach memos or documents when creating the chargeback.
Note: If the API call to this endpoint times out, customers should use the Chargeback Status or Retrieve Claim endpoint to determine the success or failure of document processing.
Request Body
{"memo"=>"This is a test memo", "fileAttachment"=>{"filename"=>"testimage111111.tif", "file"=>"This is an image file stored in a base64 encoded string"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"chargebackId":"300018439680"}