Search
K
Embedded Finance

CompanyTokenResponse

object
tokenstringrequired

A token that can be used to authenticate requests to company scoped endpoints. Pass this to the front end

expires_inintegerrequired

The number of seconds until the token expires

Example

CompanyTokenRequest

object
company_idstringrequired

An identifier in the partner’s system that uniquely identifies the company to create a token for

user_idstringrequired

An identifier in the partner’s system that uniquely identifies the specific user for the company

Example

PartnerTokenResponse

object
tokenstringrequired

A token that can be used to authenticate requests to partner scoped endpoints. Never expose this to the front end

expires_inintegerrequired

The number of seconds until the token expires

Example

PartnerTokenRequest

object
partner_idstringrequired

An identifier for the partner created and shared with the partner by Wayflyer during onboarding. Never expose this to the front end.

partner_secretstring(password)required

A secret that can be used to authenticate requests to partner scoped endpoints. Never expose this to the front end.

Example