The Avibra Embedded UX/UI offers a streamlined interface for user onboarding and benefit utilization.Embedded Onboarding Flow:#
{{}} – Indicates dynamic parameters.
| Parameter | Description |
|---|
| {{partnername}} | partnername will be provided by Avibra. |
| {{campaign}} | Offers finalized by Avibra and Partner. 'campaign' will be provided by Avibra |
| {{userid}} | This field represents the user’s ID in the partner’s system. |
Passing pre-fill data using url parameter 'data'#
Partners can pass pre-filled data for the registration page using the 'data' parameter in the URL. The data will be transmitted in Base64-encoded format.Please note that query string parameters are appended to the Embedded UX/UI URL using the '&' sign, rather than the '?' commonly used in other URLs.
| Parameter | Description |
|---|
| data | base 64 encoded prefill data to be passed in url. data is encoded json object - { "firstname": "Test", "lastname": "Test", "email": "abcd1278@yopmail.com", "zipcode": "85001", "dob": "03/03/1983". field in JSON are optional. Partner can send field available to them or field they want to pass. |
Securing URL with Link Token#
To secure the URL, Partner can pass 'linktoken' url parameter.| Parameter | Description |
|---|
| linktoken | partner can generate linktoken parameter by user using linktoken API from Security section. |
Personalized landing page based on user age and location#
User will be presented with personalized benefits based on their age and location.| Parameter | Description |
|---|
| age | Current Age of user. |
| zipcode Or state | Current Residential Zipcode or State (Abbreviation) of user. |
Avibra Dashboard#
Once users successfully register with Avibra, the Avibra Dashboard is hosted by our partners. Users will utilize this dashboard to use and manage their benefits. Partner will use the same link mentioned below to launch the home screen.