VerifyInvestmentsOnlineApplicationInput
Verifies the 2-factor code, on success returning data that can be used to launch an investment account application.
input VerifyInvestmentsOnlineApplicationInput {
code: String!
phoneValidationId: String!
}
Fields
VerifyInvestmentsOnlineApplicationInput.code
● String!
non-null scalar
The code that was texted to the user's phone number for validation
VerifyInvestmentsOnlineApplicationInput.phoneValidationId
● String!
non-null scalar
The phoneValidationId previously returned by initiateInvestmentsOnlineApplication (also acts as the idempotent key)
Member of
verifyInvestmentsOnlineApplication
mutation