Search
K
Embedded Finance Sandbox

Complete file upload

Once all parts of a file have been uploaded, call this endpoint to complete the upload and begin processing.

The status of the upload can be tracked using the upload_id from the initiate file upload endpoint with
the get upload status endpoint.

patch
https://sandbox-api.wayflyer.com/financing/v1/partner/anon-data-upload/upload/{upload_id}/

Path Parameters

upload_idstring(uuid)required

Body

application/json

CompleteFileUploadRequest

partsarray[object]required

List of parts to complete the upload

Show Child Parameters

Response

OK

patch/v1/partner/anon-data-upload/upload/{upload_id}/

Body

{ "parts": [ { "part_number": 0, "etag": "etag" } ] }
 

BannerData

object
offerAny Of

Offer data to display in the CTA

Offerobject
Show Child Parameters
configAny Of
required

Configuration for the CTA

ContinueApplicationBannerConfigobject
Show Child Parameters
Example

BannerResponse

object
statestringrequired

The type of CTA to display

Allowed values:continue_applicationindicative_offergeneric_offer

dataobjectrequired

Data to display in the CTA

Show Child Parameters
dismissal_keyAny Of

Opaque key identifying this CTA instance. Use it when dismissing the banner.

Variant 1string
Example

BannerState

string

Allowed values:continue_applicationindicative_offergeneric_offer

ContinueApplicationBannerConfig

object
textstringrequired

Display text for the CTA

bullet_pointsarray[string]

List of text bullet points to display in the CTA

button_labelstringrequired

Label for the button

required_actionstringrequired

Action the user is required to perform.

Allowed values:complete_applicationprovide_additional_infoselect_offercomplete_kycsign_contract

application_uuidstringrequired

UUID of the hosted application currently in progress, if any.

Example