Onboarding
The Onboarding component is a psuedo-anonymous component which allows an end-user to perform end-to-end onboarding to the Upwardli Platform
Authentication
The Onboarding component requires a JWT with the ui:client-onboarding
scope.
Parameters
Example
The following is an example of how to load the onboarding UI Component in a react native application.
Onboarding Steps
Creating the consumer
Let Upwardli handle the creation
If you want Upwardli to handle the creation just pass the pcid
in and we’ll handle the rest.
Partner creates consumer
Partner can create the a consumer via Create Consumer API.
Upwardli will perfill the onboarding UI component with the data provided.
Load Upwardli UI component
Use the above code example to load the onboarding UI component for your consumer.
After onboarding completion
If the partner has provied a redirect_url
the consumer will be redirected to the link.
Upwardli will also send a onboarding-success
message to parent iFrame.
Partner can implement a listener to take action from this event.