Skip to main content
POST
/
v1
/
billing
/
transactions
Record Transaction
curl --request POST \
  --url https://api.example.com/v1/billing/transactions \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 123,
  "type": "<string>",
  "reference_id": "<string>",
  "agent_id": "<string>",
  "description": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.charmos.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
amount
number
required
type
string
required
reference_id
string
required
agent_id
string | null
description
string | null

Response

Successful Response

The response is of type Response Record Transaction V1 Billing Transactions Post · object.