create Fee
POST {{baseUrl}}/v6/claims/:claim-id/fee
Senders (issuers or acquirers) use this endpoint to create a fee collection for receivers (issuers or acquirers). 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
{"creditReceiver"=>false, "creditSender"=>true, "currency"=>"USD", "destinationMember"=>"002083", "feeAmount"=>"100.00", "feeDate"=>"2021-02-15", "reason"=>"7604", "cardAcceptorIdCode"=>"Test1234", "cardNumber"=>"510001000000134", "countryCode"=>"USA", "mastercomControlNumber"=>"1589457", "message"=>"This is a test message", "settlementDate"=>"2021-09-22", "replyFeeId"=>"300009520876", "feeType"=>"REPLY"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"feeId":"300018439680"}