Skip to main content

VerifyInvestmentsOnlineApplicationPayload

Returns the data and URL that, when POSTed via the browser, will launch the investments application..

type VerifyInvestmentsOnlineApplicationPayload {
data: JSON!
url: String!
}

Fields

VerifyInvestmentsOnlineApplicationPayload.data ● JSON! non-null scalar

The form data to send to the investments gateway.

VerifyInvestmentsOnlineApplicationPayload.url ● String! non-null scalar

The url where investments data should be POSTed.

Returned by

verifyInvestmentsOnlineApplication mutation