Skip to main content

StartInvestmentsOnlineApplicationPayload

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

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

Fields

StartInvestmentsOnlineApplicationPayload.data ● JSON! non-null scalar

The form data to send to the investments gateway.

StartInvestmentsOnlineApplicationPayload.url ● String! non-null scalar

The url where investments data should be POSTed.

Returned by

startInvestmentsOnlineApplication mutation