v1
latestOpenAPI 3.0.12026-07-243686491.1 MBWallet Transactions
Post an operator adjustment transaction
Operator creates an adjustment transaction. Required scope: wallet-transaction:write
post/api/v1/wallet-transactions/operator-adjustment-transaction
Request body
Example request
{
"fromWalletId": 1,
"toWalletId": 2,
"note": "Adjustment for user 12345",
"amount": 13.77,
"partnerExternalId": "ACME-12345"
}Response
Operator adjustment transaction created