v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Wallet 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

fromWalletIdinteger required

Id of the wallet to transfer from

toWalletIdinteger required

Id of the wallet to transfer to

notestring nullable

Note for the transaction

currencyIdinteger

Currency identifier

amountnumber double

Amount to transfer

partnerExternalIdstring nullable

**Note: This has been deprecated and will be null always.**External Id of this entity, managed by you.

partnerCustomPayloadobject[] nullable

**Note: This has been deprecated and will be null always.**Custom JSON payload for this entity, managed by you.

Example request

{
  "fromWalletId": 1,
  "toWalletId": 2,
  "note": "Adjustment for user 12345",
  "amount": 13.77,
  "partnerExternalId": "ACME-12345"
}

Response

Operator adjustment transaction created