Search
K
Embedded Finance Sandbox

HandoverErrorCode

string

Allowed values:company_not_bootstrappedno_open_hosted_applicationcompany_not_active

HandoverErrorResponse

object
error_codestringrequired

Machine-readable error code

Allowed values:company_not_bootstrappedno_open_hosted_applicationcompany_not_active

detailstringrequired

Human-readable error message

Example

CompanyTokenResponse

object
tokenstringrequired

A token that can be used to authenticate requests to company scoped endpoints. Pass this to the front end

expires_inintegerrequired

The number of seconds until the token expires

Example

CompanyTokenRequest

object
company_idstringrequired

An identifier in the partner’s system that uniquely identifies the company to create a token for

user_idstringrequired

An identifier in the partner’s system that uniquely identifies the specific user for the company

Example

InitiateFileUploadResponse

object
upload_idstring(uuid)required

A UUID for the upload. This can be used to identify this file in other endpoints to e.g., track the status of the upload or complete the upload.

upload_urlsobjectrequired

URLs to upload each part of the file to. There will be exactly one URL for each part of the file.

num_partsintegerrequired

The number of parts the file should be split into.

Example