Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
الفوترة
مرجع مُنشأ لنقاط نهاية الفوترة. تجمع هذه الصفحة المُنشأة كل عمليات API العامة في فئة الفوترة.نقاط النهاية
- GET /v1/public/accounts/{account_id}/billing/invoices - سرد الفواتير
- GET /v1/public/accounts/{account_id}/billing/transactions - سرد معاملات المحفظة
- POST /v1/public/accounts/{account_id}/billing/cancel-plan - إلغاء الخطة
- POST /v1/public/accounts/{account_id}/billing/change-plan - تغيير الخطة
- POST /v1/public/accounts/{account_id}/billing/topup-session - تعبئة المحفظة
- GET /v1/public/accounts/{account_id}/billing/checkout/result - الحصول على نتيجة checkout
- GET /v1/public/accounts/{account_id}/billing/current-plan - احصل على الخطة الحالية
- GET /v1/public/accounts/{account_id}/billing/wallet-balance - احصل على رصيد المحفظة
سرد الفواتير
GET/v1/public/accounts/{account_id}/billing/invoices
سرد فواتير الفوترة
يسرد فواتير الحساب باستخدام DTO العميل المشترك.
المرجع الكامل: GET /v1/public/accounts/{account_id}/billing/invoices
مرجع OpenAPI:
/openapi.ar.json GET /v1/public/accounts/{account_id}/billing/invoicesسرد معاملات المحفظة
GET/v1/public/accounts/{account_id}/billing/transactions
سرد معاملات الفوترة
قم بإدراج معاملات محفظة الحساب باستخدام DTO العام المبسط.
المرجع الكامل: GET /v1/public/accounts/{account_id}/billing/transactions
مرجع OpenAPI:
/openapi.ar.json GET /v1/public/accounts/{account_id}/billing/transactionsإلغاء الخطة
POST/v1/public/accounts/{account_id}/billing/cancel-plan
إلغاء خطة الفوترة
قم بإلغاء خطة فوترة الحساب.
المرجع الكامل: POST /v1/public/accounts/{account_id}/billing/cancel-plan
مرجع OpenAPI:
/openapi.ar.json POST /v1/public/accounts/{account_id}/billing/cancel-planتغيير الخطة
POST/v1/public/accounts/{account_id}/billing/change-plan
تغيير خطة الفوترة
تغيير خطة فوترة الحساب.
المرجع الكامل: POST /v1/public/accounts/{account_id}/billing/change-plan
مرجع OpenAPI:
/openapi.ar.json POST /v1/public/accounts/{account_id}/billing/change-planتعبئة المحفظة
POST/v1/public/accounts/{account_id}/billing/topup-session
إنشاء جلسة شحن فوترة
ينشئ جلسة شحن لمحفظة العميل.
المرجع الكامل: POST /v1/public/accounts/{account_id}/billing/topup-session
مرجع OpenAPI:
/openapi.ar.json POST /v1/public/accounts/{account_id}/billing/topup-sessionالحصول على نتيجة checkout
GET/v1/public/accounts/{account_id}/billing/checkout/result
الحصول على نتيجة checkout
يرجع حمولة خفيفا لنتيجة checkout لصفحات النجاح أو الإلغاء في الموقع.
المرجع الكامل: GET /v1/public/accounts/{account_id}/billing/checkout/result
مرجع OpenAPI:
/openapi.ar.json GET /v1/public/accounts/{account_id}/billing/checkout/resultاحصل على الخطة الحالية
GET/v1/public/accounts/{account_id}/billing/current-plan
احصل على الخطة الحالية
قم بإرجاع خطة الفوترة الحالية للحساب.
المرجع الكامل: GET /v1/public/accounts/{account_id}/billing/current-plan
مرجع OpenAPI:
/openapi.ar.json GET /v1/public/accounts/{account_id}/billing/current-planاحصل على رصيد المحفظة
GET/v1/public/accounts/{account_id}/billing/wallet-balance
احصل على رصيد المحفظة
إعادة رصيد محفظة الحساب.
المرجع الكامل: GET /v1/public/accounts/{account_id}/billing/wallet-balance
مرجع OpenAPI:
/openapi.ar.json GET /v1/public/accounts/{account_id}/billing/wallet-balance