---
title: "Payment Credit Transactions Create"
method: POST
path: "/payment/credit-transactions/"
tags: ["billing"]
---

# Payment Credit Transactions Create

`POST /payment/credit-transactions/`

Create credit transaction with superadmin check.

CLICKHOUSE-ONLY STRATEGY: Insert directly to ClickHouse instead of PostgreSQL.

## Headers

- `Authorization` string, required

## Response `201`

- CreditTransactionCreate — Response projection for an admin credit grant — the ``CHBillingEvent`` row written by ``write_credit_event``. (Input is read from ``request.data`` in the view, not validated through this serializer.)
  - `id` string, required
  - `unique_organization_id` string, required
  - `amount` number, double, required
  - `transaction_type` string, required
  - `description` string, required
  - `source_id` string, required
  - `created_at` string, date-time, required

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
