Puts the amount back on the account as a bookkeeping correction (`deposit_correction`). It is the opposite of `admin-withdrawal`: nothing arrives from a provider or a master account, the money simply returns to the ledger — for example when a withdrawal written off with `admin-withdrawal` was never paid out and is refunded. Restricted to the clients allowed to top up through `offramp-deposit`. Repeating a request with the same `idempotencyKey` returns the first result and does not credit again.

Request body

application/json · AdminAccountDepositRequest · required

FieldTypeRequiredDescription
accountId string (uuid) yes Account to credit (user or primary).
amount string (decimal) yes Amount to put back on the account.
comment string no Why the amount was put back, and by whom on the caller's side.
idempotencyKey string yes Caller's key for this credit; a repeat does not credit twice.

Responses

StatusBodyDescription
200 AdminAccountDepositResponse Amount credited.

Specification

This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.