create Fee Debit MC

POST {{baseUrl}}/v6/claims/:claim-id/fee/debitmc

Senders (issuers) use this endpoint to create a fee collection for receivers (acquirers) for Mastercard Debit or Europe Dual Acquirer. Receivers use this endpoint to reply to a fee collection.

Note: Senders should create fee collections using this endpoint only (a) when permitted by chargeback rules and (b) when the fee collections are related to disputes.

Request Body

{"acquirerCustomerId"=>"003501", "conditionIndicator"=>"A", "controlNumber"=>"12345678901234567890", "functionCode"=>"700", "handlingFee"=>"25", "reasonCode"=>"22", "declineDate"=>"013019", "issuerCustomerID"=>"123456"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":"Success"}