Skip to main content

Input fields

amount : Int! required

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).

note : String

Optional short note about transfer reason.

sourceAccountLedger : AccountLedgerInput! required

Account's ledger from which the requested amount is debited.

targetAccountLedger : AccountLedgerInput! required

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 }