Allowed values:1
Get hosted application simulation status
Get and return the current simlation status for the customer and the valid actions that can be performed.
Headers
Response
200 application/json
Response
OK
SimulationStatusResponse[HostedApplicationSimulationStatus, HostedApplicationSimulationAction]
Allowed values:APPLICATION_IN_PROGRESSAWAITING_UW_DECISIONAWAITING_ADDITIONAL_INFOAWAITING_OFFERS_DECISIONKYC_IN_PROGRESSAWAITING_KYC_DECISIONAWAITING_ADDITIONAL_KYC_INFOAWAITING_CONTRACT_SIGNINGREJECTEDCOMPLETEDCLOSED
Allowed values:application-submitteddiscontinue-applicationpass-uwfail-uwrequest-additional-infoprovide-infoaccept-offerreject-offercomplete-kycpass-kycfail-kycsign-contractreject-contract
Authentication
Headers
Perform a simulation action
Perform a simulation action on company’s hosted application.
Returns HTTP 204 No Content on success.
Headers
Allowed values:1
Body
application/json
Body
Obj
Any OfAllowed values:application-submitteddiscontinue-applicationfail-uwrequest-additional-infoprovide-infoaccept-offerreject-offercomplete-kycpass-kycfail-kycsign-contractreject-contract
Response
Response
No Content
Authentication
Headers
Body
Hand over a user to Wayflyer
Generate a URL to redirect the user to Wayflyer where they can continue their funding application.
Requires the company to have an open hosted application.
Headers
Allowed values:1
Response
application/json
Response
OK
HandoverResponse
Authentication
Headers
Create company token
Create a company token to be used to authenticate requests to company scoped endpoints on behalf of a company.
This should be called server-side and the resulting company token passed to the front end.
Headers
Allowed values:1
Body
application/json
Body
CompanyTokenRequest
An identifier in the partner’s system that uniquely identifies the company to create a token for
An identifier in the partner’s system that uniquely identifies the specific user for the company
Response
application/json
Response
OK
CompanyTokenResponse
A token that can be used to authenticate requests to company scoped endpoints. Pass this to the front end
The number of seconds until the token expires
Authentication
Headers
Body
Create partner token
Create a partner token to be used to authenticate requests to partner scoped endpoints.
This should be called server-side. Never expose the partner_id or partner_secret or the resulting partner
token to the front end.
Requests are limited to 10 requests per IP per hour.
Headers
Allowed values:1
Body
application/json
Body
PartnerTokenRequest
An identifier for the partner created and shared with the partner by Wayflyer during onboarding. Never expose this to the front end.
A secret that can be used to authenticate requests to partner scoped endpoints. Never expose this to the front end.
Response
application/json
Response
OK
PartnerTokenResponse
A token that can be used to authenticate requests to partner scoped endpoints. Never expose this to the front end
The number of seconds until the token expires