Skip to main content
GET
/
order
/
check-fraud
Check order fraud status
curl --request GET \
  --url https://demo.onlinebillingform.com/api/v2/order/check-fraud \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://www.billingserv.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <live_api_key>.

Query Parameters

order_id
integer
required
paymentMethod.number
string[]

Response

OK

success
boolean