cURL
curl --request POST \ --url https://prod01.oms.fabric.inc/api/v2/fraud/cancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "orderNumber": "<string>", "channel": "<string>", "tenant": "<string>", "target": { "serviceName": "<string>", "serviceAttributes": {} } }'
{ "status": "SUCCESS", "message": "Order has been cancelled", "errors": "[MerchantId is not configured]" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Cancel request completed
"SUCCESS"
"Order has been cancelled"
"[MerchantId is not configured]"
Was this page helpful?