# Quy trình mua Cloud Phone theo tháng

Quy trình này mua kỳ hạn 30 ngày. **Kích hoạt thực sự trừ số dư của nhóm.** Cần quyền **Quản lý chi phí/thanh toán**, nếu không sẽ trả `99012`. Local API cần MoreLogin Desktop v2.65.0 trở lên.

## Quy trình mua

```mermaid
flowchart LR
    A[Truy vấn SKU theo tháng] --> B[Tạo điện thoại chưa kích hoạt]
    B --> C[Trừ tiền và kích hoạt]
    C --> D[Truy vấn trạng thái]
```

## Tuyến API

| Bước | Open API | Local API |
|  --- | --- | --- |
| Truy vấn | [`/cloudphone/monthly/skus`](/vi/api-reference/cloud-phone/open-api#operation/listMonthlyCloudPhoneSkus) | [`/api/cloudphone/monthly/skus`](/vi/api-reference/cloud-phone/local-api#operation/listMonthlyCloudPhoneSkus) |
| Tạo | [`/cloudphone/create`](/vi/api-reference/cloud-phone/open-api#operation/createUsingPOST) | [`/api/cloudphone/create`](/vi/api-reference/cloud-phone/local-api#operation/createUsingPOST) |
| Kích hoạt | [`/cloudphone/monthly/activate`](/vi/api-reference/cloud-phone/open-api#operation/activateMonthlyCloudPhones) | [`/api/cloudphone/monthly/activate`](/vi/api-reference/cloud-phone/local-api#operation/activateMonthlyCloudPhones) |
| Trạng thái | [`/cloudphone/info`](/vi/api-reference/cloud-phone/open-api#operation/infoUsingPOST) / [`/cloudphone/page`](/vi/api-reference/cloud-phone/open-api#operation/pageUsingPOST) | [`/api/cloudphone/info`](/vi/api-reference/cloud-phone/local-api#operation/infoUsingPOST) / [`/api/cloudphone/page`](/vi/api-reference/cloud-phone/local-api#operation/pageUsingPOST) |


Có thể trộn SKU theo tháng. Việc tính phí là toàn bộ hoặc không gì cả; đơn đã thanh toán được khôi phục mà không thu lại. Với `33422`, `data.results` vẫn đầy đủ và đúng thứ tự. Sau timeout, hãy kiểm tra trạng thái trước khi thử lại. Xem [Error Codes](/vi/api-reference/getting-started/error-codes).