GET
Reports/reports/summaryملخص الأرصدة
يعيد ملخص الأرصدة مع نطاق نشاط اختياري.
مستوى الوصولbusiness_financeالحد60/minمنع التكرارnoneالمصادقةBearerAuth
المصدر
LuxApi/app/Http/Controllers/Api/ReportApiController.php::summaryLuxPayProjects @ 146e98baa44eالمعاملات
X-Request-IDheaderClient correlation identifier. LuxPay may generate one when omitted.
Example:req_01J...business_idqueryأمثلة الكود
العنوان المعروض Sandbox Placeholder حتى يتم تزويد النطاق الرسمي. لا تلصق رمز Production في متصفح عام.
curl --request GET \
--url 'https://sandbox-api.luxpay.example/v1/reports/summary' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'الاستجابات
200Successful response.
statusboolean
Example:
truedataobject
{
"status": true,
"data": {}
}