Billing
Credit wallet
Add credits to a workspace wallet as a manual adjustment via the Nedzo REST API. Uses an atomic operation and records the change in the ledger.
POST
string
required
Workspace UUID
integer
required
Amount to credit in cents. Must be a positive integer.
string
required
Human-readable reason for the adjustment (1-500 characters). Cannot contain the substring
[idempotency:.string
Optional idempotency key (a-z, A-Z, 0-9, hyphen, 1-128 chars). If provided, a retry with the same key within 24 hours returns the existing transaction without re-applying the credit.
