TransferLedgerBalanceInputType
Input fields
The amount ( in lowest unit ) to transfer. If the amount is negative,the effect is reversed (the source ledger's balance increases and the destination ledger's balance decreases).
Optional short note about transfer reason.
Account's ledger from which the requested amount is debited.
Account's ledger to which the requested amount is credited.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"amount": 63,
"note": "run-light-final-summer-pass",
"sourceAccountLedger": AccountLedgerInput,
"targetAccountLedger": AccountLedgerInput
}