Appearance
Adjust XCT balance
POST
/api/v1/billing/adjustment
Creates a manual credit or debit adjustment on the organization's subscription or top-up balance. Cannot adjust overage balance directly. Admin only.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON
{
"amount": 0,
"balance_type": "string",
"description": "string"
}
Responses
Successful Response
application/json
JSON
{
"id": "string",
"transaction_type": "string",
"amount": "string",
"balance_type": "string",
"description": "string",
"created_at": "string",
"created_by": "string"
}