initiateInvestmentsTransfer
Initiates a transfer between First Dollar and an Investment Gateway for the specified investment account. The transfer can be either inbound -- transferring money from an investment account to a First Dollar HSA -- or outbound -- transferring money from a First Dollar HSA to an investment account.
The following errors are possible: FORBIDDEN: Returned if the authenticated user doesn't own the investment account or HSA identified in the InvestmentsTransferInput.
INVALID_STATE: Returned if the amount for transfer exceeds the available balance in the originating account.
initiateInvestmentsTransfer(
input: InvestmentsTransferInput!
): InvestmentsTransferPayload!
Arguments
initiateInvestmentsTransfer.input
● InvestmentsTransferInput!
non-null input
Type
InvestmentsTransferPayload
object
Wrapper type returning the newly-created investments-related transfer request.