Search
K
Embedded Finance

HostedApplicationUserData

object
first_nameAny Of

The first name of the user

Variant 1string
last_nameAny Of

The last name of the user

Variant 1string
email_addressAny Of

The email of the user

Variant 1string
phone_numberAny Of

The phone number of the user

Variant 1string
Example

USStateCode

string

Allowed values:US-ALUS-AKUS-AZUS-ARUS-CAUS-COUS-CTUS-DEUS-FLUS-GAUS-HIUS-IDUS-ILUS-INUS-IAUS-KSUS-KYUS-LAUS-MEUS-MDUS-MAUS-MIUS-MNUS-MSUS-MOUS-MTUS-NEUS-NVUS-NHUS-NJUS-NMUS-NYUS-NCUS-NDUS-OHUS-OKUS-ORUS-PAUS-RIUS-SCUS-SDUS-TNUS-TXUS-UTUS-VTUS-VAUS-WAUS-WVUS-WIUS-WYUS-DCUS-ASUS-GUUS-MPUS-PRUS-VI

ContinueHostedApplicationResponse

object
nextstringrequired

The URL to redirect to the user to after making this API call

Example

ErrorDetail

object
detailstringrequired
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