العودة للمرجع
GET/reports/transactions
Reports

تقرير العمليات

يعيد ملخص العمليات لفترة زمنية.

مستوى الوصولbusiness_financeالحد60/minمنع التكرارnoneالمصادقةBearerAuth
المصدرLuxApi/app/Http/Controllers/Api/ReportApiController.php::transactionsLuxPayProjects @ 146e98baa44e

المعاملات

X-Request-IDheader
stringاختياري

Client correlation identifier. LuxPay may generate one when omitted.

Example: req_01J...
fromquery
stringإلزامي

Inclusive start date.

Example: 2026-07-01
toquery
stringإلزامي

Inclusive end date.

Example: 2026-07-31
business_idquery
integerاختياري

Business filter for privileged actors.

Example: 10101

أمثلة الكود

العنوان المعروض Sandbox Placeholder حتى يتم تزويد النطاق الرسمي. لا تلصق رمز Production في متصفح عام.
curl --request GET \
  --url 'https://sandbox-api.luxpay.example/v1/reports/transactions' \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer <token>'

الاستجابات

200Successful response.
status
boolean
Example: true
data
object
{
  "status": true,
  "data": {}
}
400
401
403
404
409
422
429
500
OpenAPI JSONOpenAPI YAMLPostman collection