Billing
Debit wallet
Deduct funds from a workspace wallet as a manual adjustment via the Nedzo REST API. Returns 402 if the balance is insufficient for the debit.
POST
string
required
Workspace UUID
integer
required
Amount to debit 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 debit.
