createScheduledTransfer

The createScheduledTransfer mutation accepts initial data for transfer. This does not initiate the transfer

Before you can create a transfer you must create a wallet.

After using the createTransfer mutation the next step is to use finalizeTransfer to initiate the transfer.

If wire attribute is not provided on the mutation, it will default to false. This will prioritize a local payment over a wire.

Parameters

ParameterTypeRequired
user_idUUID!true
entity_idUUID!true
source_amountStringfalse
wallet_idUUIDfalse
destination_amountStringfalse
account_idUUIDfalse
beneficiary_idUUID!true
purpose_of_paymentString!true
referenceStringfalse
scheduled_delivery_dateDateTime!true
Language
Click Try It! to start a request and see the response here!