Credit InPOST
Increase the account credit ledger. Requires the 'funding:credit-in' permission.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Request Body
application/jsonRequiredcommentOptional, The comment for the depositamountnumberThe amount to deposit/withdraw, in account currency. Sent/received as a JSON string (e.g. "10000"), per proto3 JSON encoding of doubles.
Format:
"double"clientDealIdstringOptional passthrough audit metadata (max 36 chars); not used for deduplication.
Path Parameters
accountIdRequiredstringThe account id to deposit to
A successful response.