v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Subaccounts

Create Manual Billing Charge

Permissions required: Subaccount

Create Manual Billing Charge

post/subaccounts/billing/charges

Request body

feeType'ADVISORY' | 'MODEL' | 'MANAGEMENT' required
idempotentIdstring required

Example request

{
  "charges": [
    {
      "amount": "1000.00",
      "subaccountId": "ec761b5e-fd2c-497a-a9a0-f8738ac97bdf"
    }
  ]
}

Response

Ids of the created billing charges