create Fraud Master Card
POST {{baseUrl}}/v6/claims/:claim-id/fraud/mastercard
An issuer uses this endpoint to create a new fraud item when the issuer determines that a transaction was fraudulent.
Note: Mastercom allows issuers to create fraud items in the Fraud and Loss database. However, issuers must use the Fraud and Loss application to make further updates to fraud items.
Request Body
{"chgbkIndicator"=>"1", "cvcInvalidIndicator"=>"Y", "fraudType"=>"00", "reportDate"=>"2021-02-11", "subType"=>"K", "acctStatus"=>"ACCT_IS_OPEN", "deviceType"=>"1"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"fraudId":"300018014812"}