---
title: "Check out the cart"
method: POST
path: "/v1/buy/cart/checkout"
tags: ["Cart"]
---

# Check out the cart

`POST /v1/buy/cart/checkout`

Purchases the listed phone numbers from the cart. Activation and monthly fees are deducted from the account balance.

## Request body

- object
  - `ids` string[], required — Phone numbers from the cart to purchase.

## Response `201`

Returns a success confirmation. The phone numbers are purchased.

- object
  - `success` boolean, required — Indicates whether the request was successful.

## Other responses

- `403` — Request failed. The feature is disabled for your account.
- `404` — Request failed. An object with the specified ID is not found.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/revisions/b22f170488b6/schema)
