POST /wallets/{walletId}/debit
endpoint. The debit will be issued against the wallet’s balance, which will immediately be reduced by the amount of the debit.
Setting the destination
By default, the debit will be issuing a transaction that recycles funds to the ledgerworld
account, which is the default way of representing the outside world and the account being used for sourcing funds when crediting the wallet. However, you can also specify a different destination account simply by setting the destination
field to any other ledger account address.