Search
K
Embedded Finance

OfferBannerConfig

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

funding_cycleintegerrequired

Number of user funding cycles.

Example

RequiredAction

string

Allowed values:complete_applicationprovide_additional_infoselect_offercomplete_kycsign_contract

BannerDismissInput

object
banner_stateAny Of

Legacy field. Will be removed in future updates.

BannerStatestring

Allowed values:continue_applicationcontinue_embedded_applicationindicative_offergeneric_offer

dismissal_keyAny Of

Opaque key identifying which CTA was dismissed.

Variant 1string
Example

InitiateFileUploadResponse

object
upload_idstring(uuid)required

A UUID for the upload. This can be used to identify this file in other endpoints to e.g., track the status of the upload or complete the upload.

upload_urlsobjectrequired

URLs to upload each part of the file to. There will be exactly one URL for each part of the file.

num_partsintegerrequired

The number of parts the file should be split into.

Example

InitiateFileUploadRequest

object
file_size_bytesintegerrequired

The size of the file in bytes

schema_codestringrequired

One of a predefined set of schemas that the file must conform to so that it can be processed by Wayflyer

Allowed values:JSON01

Example