curl --request POST \
--url https://prod01.oms.fabric.inc/api/v2/fraud/release \
--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.
Release request completed
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://prod01.oms.fabric.inc/api/v2/fraud/release \
--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]"
}
curl --request POST \
--url https://prod01.oms.fabric.inc/api/v2/fraud/release \
--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.
Release request completed
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://prod01.oms.fabric.inc/api/v2/fraud/release \
--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]"
}