Search
K
Embedded Finance Sandbox

Get upload status

Get the status of a file as it is being processed asynchronously.

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

Path Parameters

upload_idstring(uuid)required

Response

application/json

OK

BatchStatusResponse

statusstringrequired

Status of the batch upload

Allowed values:PENDING_UPLOADPROCESSINGPROCESSEDERROR

get/v1/partner/anon-data-upload/upload/{upload_id}/
 
application/json

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