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