Skip to main content
POST
Adjust an account's credit balance (super admin only)

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

Account ID

Body

application/json
credits
integer
required

Non-zero integer. Positive adds, negative subtracts.

Example:

500

note
string
required

Mandatory reason for the adjustment (e.g. invoice reference, compensation reason). Max 2000 chars.

Example:

"INV-2026-0412 annual renewal"

Response

Credits adjusted and transfer recorded

success
boolean
Example:

true

data
object
message
string
Example:

"Account credits adjusted!"