웹사이트 성공 또는 취소 페이지용 경량 체크아웃 결과 페이로드를 반환합니다.
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.
Checkout 연속 토큰
결제 결과 메시지
선택한 요금제 키
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>"
}