---
title: "Create Manual Billing Charge"
method: POST
path: "/subaccounts/billing/charges"
tags: ["Subaccounts"]
---

# Create Manual Billing Charge

`POST /subaccounts/billing/charges`

Permissions required: **Subaccount**

Create Manual Billing Charge

## Request body

- CreateSubaccountBillingChargesRequest — Details of the billing charge to create
  - `charges` object[], required
    - `amount` string, required — The amount to transfer
    - `subaccountId` string, required — Unique Identifier for the subaccount
  - `feeType` 'ADVISORY' | 'MODEL' | 'MANAGEMENT', required
  - `idempotentId` string, required
  - `interval` object
    - `endDate` string, date, required
    - `startDate` string, date, required

## Response `200`

Ids of the created billing charges

- CreateSubaccountBillingChargesResponse
  - `data` object, required
    - `ids` string[], required

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/revisions/166864b1ec6d/schema)
