BizKitHub
DocsAPI ReferenceService/api/service/frontend/order-pay
getServiceService

/api/service/frontend/order-pay

Internal API endpoints for micro-service architecture.

servicegetApiServiceFrontendOrder-pay

Parameters

2 query

Query parameters

· 2
apiKeystringRequired
Exampleexample_apiKey
hashstringRequired
Exampleexample_hash

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /api/service/frontend/order-pay

get
curl -X GET "https://api.bizkithub.com/api/service/frontend/order-pay?apiKey=example_apiKey&hash=example_hash" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key