---
title: "Check order fraud status"
method: POST
path: "/order/check-fraud"
tags: ["Order"]
---

# Check order fraud status

`POST /order/check-fraud`

Use this BillingServ API endpoint to check order fraud status. Review the response for the operation result or validation errors.

## Request body

- object
  - `order_id` integer, required
  - `paymentMethod` object
    - `number` string — Payment card number used for the fraud check. Never send this value in the URL or query string.

## Response `200`

OK

- ApiResponse
  - `success` boolean

## Other responses

- `401` — Missing or invalid API key
- `403` — Authenticated key does not have permission for this endpoint
- `404` — Order not found or not accessible to this API account
- `409` — The order is missing customer or currency data required for fraud checking
- `422` — Validation error
- `503` — The fraud detection service could not be reached

---

[API](https://skmtc.net/b-cdn/apis/billingserv-api-v2.md) · [All operations](https://skmtc.net/b-cdn/apis/billingserv-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b-cdn/billingserv-api-v2/revisions/76cfbed5eb40/schema)
