create Chargeback Debit MC
POST {{baseUrl}}/v6/claims/:claim-id/chargebacks/debitmc
Issuers use this endpoint to create chargebacks for Debit Mastercard or Europe Dual Acquirer transactions and optionally to upload supporting documents. Issuers should only use this endpoint when the transaction has a single-message issuer, dual-message acquirer, and a transaction without a PIN.
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
{"brand"=>"MD", "replacementAmount"=>"100.00", "reversalReasonCode"=>"71", "usageCode"=>"1", "acquirerFirstReferenceNumber"=>"05103246259000000000126", "additionalInformation"=>"SMTM Manual", "adjustmentContactFax"=>"5555555555", "adjustmentContactName"=>"John Smith", "adjustmentContactPhone"=>"5555555555", "controlNumber"=>"99999", "dataRecordText"=>"R3", "documentIndicator"=>"1", "documentType"=>"1", "illegibleItemCd"=>"1", "program"=>"INVAL", "retrievalRequestDate"=>"010129", "securityBulletinNumber"=>"122", "refundNotReceivedIndicator"=>"true", "fileAttachment"=>{"filename"=>"testimage111.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"}