Widget integration: frontend
Actions to be taken by the frontend team
The widget consists of a container that is loaded by a JavaScript call. Follow this checklist to integrate the frontend:
operation_id
Assigned operation id generated by the client. This id will be sent together with the response to the previously agreed callback URL.
entities_to_display
Entities to display in the widget. If no value is specified, all are shown.
You can get the complete list of entities at: https://api.wealthreader.com/entities/ This method and the rest are described in the OpenAPI definition, at the end of the document.
wait_full_response
If true, it sends the complete information: assets and their transactions. Otherwise the widget will only send the list of products, but not the transactions.
The reason to disable this option is to give the user the feeling of immediacy, but we do not recommend disabling it because the waiting time to retrieve the complete information is also short, in the order of seconds.
The default value is true.
default_login
If it has a valid entity_code value, the consent collection form for that entity will open directly. The complete list of entities can be obtained at https://api.wealthreader.com/entities/.
Última actualización