Возвращает легковесный полезная нагрузка результата 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.
Токен продолжения оформления заказа
Сообщение о результате оформления заказа
Выбранный ключ тарифного плана
smtp_per_mailbox, smtp_per_proxy Статус результата оформления заказа
Требуется ли доступ к панели управления аутентификацией
URL-адрес панели управления для учетной записи
Was this page helpful?
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>"
}