Search
K
Embedded Finance

BatchStatusResponse

object
statusstringrequired

Status of the batch upload

Allowed values:PENDING_UPLOADPROCESSINGPROCESSEDERROR

Example

CompleteFileUploadRequest

object
partsarray[object]required

List of parts to complete the upload

Show Child Parameters
Example

UploadPart

object
part_numberintegerrequired

Part number of the upload

etagstringrequired

ETag of the part

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