---
title: "Private method: Charge project"
method: POST
path: "/api/v1/admin/project/{id}/charge"
tags: ["admin"]
---

# Private method: Charge project

`POST /api/v1/admin/project/{id}/charge`

Private method

## Path parameters

- `id` integer, required

## Request body

- object
  - `amount` integer, required
  - `type_of_charge` string, required
  - `info` unknown, required

## Response `200`

Ok

- Ok
  - `ok` boolean, required

## Other responses

- `400` — Something went wrong on client side
- `403` — Access token is missing or invalid
- `404` — The specified resource was not found
- `500` — Something went wrong on server side

---

[API](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console.md) · [All operations](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/llms.txt) · [OpenAPI document](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/revisions/dc03bb6c514d?raw)
