Skip to main content
GET
/
v1
/
public
/
accounts
/
{account_id}
/
billing
/
checkout
/
result
الحصول على نتيجة checkout
curl --request GET \
  --url https://api.hybridbox.io/v1/public/accounts/{account_id}/billing/checkout/result
{
  "account": {
    "account_id": "<string>",
    "currency": "<string>",
    "chargebee_subscription_status": "<string>"
  },
  "checkout_token": "<string>",
  "message": "<string>",
  "status": "<string>",
  "auth_required_for_dashboard": true,
  "dashboard_url": "<string>"
}

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.

Path Parameters

account_id
string<uuid>
required

Query Parameters

plan_key
string
required
checkout_token
string
required
hosted_page_id
string | null
status_hint
string | null

Response

account
AccountSummaryResponse · object
required

ملخص حساب الخروج

checkout_token
string
required

رمز استمرار الخروج

message
string
required

رسالة نتيجة الخروج

plan_key
enum<string>
required

مفتاح خطة الفوترة المحددة

Available options:
smtp_per_mailbox,
smtp_per_proxy
status
string
required

حالة نتيجة الخروج

auth_required_for_dashboard
boolean | null

ما إذا كان الوصول إلى لوحة المعلومات يتطلب المصادقة

dashboard_url
string | null

عنوان URL للوحة التحكم الخاصة بالحساب