create Retrieval Request Debit MC
POST {{baseUrl}}/v6/claims/:claim-id/retrievalrequests/debitmc
Prior to creating a chargeback, an issuer uses this endpoint to create a retrieval request for a Debit Mastercard or Europe Dual Acquirer transaction for the acquirer to fulfill by providing a copy of the transaction information document (TID). The TID is used to satisfy a cardholder's inquiry or to satisfy an issuer's investigation of an original transaction.
NOTE: An issuer is not required to create a retrieval request in order to create a first chargeback on a claim.
NOTE: Creation of retrieval request is allowed only for reversalReasonCode (healthcare reason code (43)) starting on October 24th, 2021.
Request Body
{"documentType"=>"2", "replacementAmount"=>"200.00", "reversalReasonCode"=>"43", "usageCode"=>"6", "additionalInformation"=>"SMTM Manual", "controlNumber"=>"12354"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"requestId":"300002296235"}