upload_idstring(uuid)required
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
Response
application/json
Response
application/json
OK
BatchStatusResponse
statusstringrequired
Status of the batch upload
Allowed values:PENDING_UPLOADPROCESSINGPROCESSEDERROR
get/v1/partner/anon-data-upload/upload/{upload_id}/
Authentication
Path Parameters
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
Body
application/json
CompleteFileUploadRequest
partsarray[object]required
List of parts to complete the upload
Show Child Parameters
Response
Response
OK
patch/v1/partner/anon-data-upload/upload/{upload_id}/
Authentication
Path Parameters
Body
{
"parts": [
{
"part_number": 0,
"etag": "etag"
}
]
}
BannerData
objectoffer
Any OfOffer data to display in the CTA
Offerobject
Show Child Parameters
config
Any Ofrequired
Configuration for the CTA
ContinueApplicationBannerConfigobject
Show Child Parameters
Example
BannerResponse
objectstatestringrequired
The type of CTA to display
Allowed values:continue_applicationindicative_offergeneric_offer
dataobjectrequired
Data to display in the CTA
Show Child Parameters
dismissal_key
Any OfOpaque key identifying this CTA instance. Use it when dismissing the banner.
Variant 1string
Example
BannerState
stringAllowed values:continue_applicationindicative_offergeneric_offer