update Chargeback
PUT {{baseUrl}}/v6/claims/:claim-id/chargebacks/:chargeback-id
Issuers and acquirers use this endpoint to update an existing 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"}