Search
K
Embedded Finance Sandbox

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

PartnerTokenResponse

object
tokenstringrequired

A token that can be used to authenticate requests to partner scoped endpoints. Never expose this to the front end

expires_inintegerrequired

The number of seconds until the token expires

Example

PartnerTokenRequest

object
partner_idstringrequired

An identifier for the partner created and shared with the partner by Wayflyer during onboarding. Never expose this to the front end.

partner_secretstring(password)required

A secret that can be used to authenticate requests to partner scoped endpoints. Never expose this to the front end.

Example