Public Link and Web
The Widget public link provides a secure and simple way to allow your users to connect their accounts from different platforms. You can share this link with confidence with your users.
Public Link
For the link to work, the widget_id must be specified in the URL. This link will be available to copy within the Console, in the Widgets section.
https://connect.palenca.com/?widget_id={widget_id}
iFrame
It is possible to embed this link on your website through an iframe. You can modify the width and height parameters according to what you need. Here is an example:
<iframe
src="https://connect.palenca.com/?widget_id={widget_id}"
style="width: 100%; border: none; height: 100%; overflow: scroll;"
></iframe>URL parameters
You can customize the Widget settings using URL parameters. While these settings can be configured in the Console, you can also apply them directly to the Widget’s public link to provide different user experiences based on individual needs.
https://connect.palenca.com/?widget_id={widget_id}&lang={es|en|pt}&is_sandbox={true|false}&...
Configuration parameters
| Parameter | Example | Description |
|---|---|---|
| is_sandbox | true | Enables sandbox mode when set to true; defaults to false for production widgets and true for sandbox widgets |
| platforms | uber,rappi,didi | User-selectable comma-separated platform codes |
| lang | es | Replaces the language automatically detected by the browser. Supports es, en, pt; null by default |
| countries | mx,br | User-selectable comma-separated alpha-2 country codes |
| country | mx | Single country code for the widget (alternative to the countries parameter) |
| redirect_url | https://domain.com/step-2 | URL to which the user should be redirected after successfully connecting their account |
| hide_redirect_url | true | When true, users skip post-connection redirection; true by default |
| custom_privacy_url | https://domain.com/privacy | Allows you to add a custom privacy terms link, useful if you need custom consent |
| hide_privacy_url | true | Hides the custom privacy terms link when true; true by default |
| hide_consent | false | Hides the consent page when true; false by default |
| external_id | 42911c75-c7a2-4023-947b-eddd79a94079 | Associates Palenca entities with your own client identifiers |
| gov_id | 4d493193-e334-41bb-b004-7f3d36efbe32 | Links Palenca entities with government-issued identifiers like CURP |
| hide_logo | true | Hides your company logo from the widget header when true; false by default |
| hide_whatsapp | true | Hides the WhatsApp floating support button when true; false by default |
| whatsapp_number | +525511223344 | Phone number (with country code) shown on the WhatsApp floating button |
| uber_redirect_url | https://domain.com/uber-callback | Custom redirect URL for the Uber OAuth flow |
| include_account_id | true | Appends account_id as a query parameter to redirect_url after a successful connection |
| include_external_id | true | Appends external_id as a query parameter to redirect_url after a successful connection |
| require_gov_id | true | Forces government ID collection (e.g. CURP, CPF) before the connection flow; false by default |
| user_id | 054d0a9d-38ec-40cb-a31c-09b483242e4a | Pre-populates an existing Palenca user ID to connect a new platform to an existing user |
| persist_session | true | Keeps the user logged in across sessions within the same browser; false by default |
| flow_welcome_header | Conecta tu cuenta | Custom heading text shown on the welcome screen |
| flow_welcome_description | Comparte tus ingresos de forma segura. | Custom body text shown below the heading on the welcome screen |
| flow_welcome_button | Comenzar | Custom label for the call-to-action button on the welcome screen |
Appearance parameters
| Parameter | Example | Description |
|---|---|---|
| primary_color | #1F5BC0 | Hexadecimal color |
| border_radius | 10px | The border radius for buttons and inputs |
| font_family | Roboto | Overrides the widget font. Only accepts Google Fonts names |
