Initiate a dispute (chargeback)

POST {{baseUrl}}/claims/:claim_id/disputes

Issuers use this endpoint to initiate a dispute. At this time, only creating a chargeback is supported.

Request Body

{"autoChargeback"=>true, "creditPostedAsPurchase"=>false, "disputeAmount"=>"100000", "reasonCode"=>"70", "documentIndicator"=>true, "documentMemo"=>"Cardholder letter.", "documentUploadedId"=>"e59c3a2a9f4311ee8855eeee0afc63f1", "expirationDate"=>"2301", "additionalInformation"=>"MULTIPLE AUTH REQUESTS", "singleMessage"=>{"controlNumber"=>"99999", "noShowReason"=>"RS_5_GUARANTEED_RESERVATION_SERVICE", "noShowCode"=>"NS_1_CARDHOLDER_CANCELED_RESERVATION_HAS_VALID_CANCELLATION_NUMBER", "program"=>"QMAP", "region"=>"1", "securityBulletinNumber"=>"806", "cancelNumber"=>"CANCEL854689532"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"eventId":"814345676342","eventType":"CHARGEBACK"}