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


ParameterExampleDescription
is_sandboxtrueEnables sandbox mode when set to true; defaults to false for production widgets and true for sandbox widgets
platformsuber,rappi,didiUser-selectable comma-separated platform codes
langesReplaces the language automatically detected by the browser. Supports es, en, pt; null by default
countriesmx,brUser-selectable comma-separated alpha-2 country codes
countrymxSingle country code for the widget (alternative to the countries parameter)
redirect_urlhttps://domain.com/step-2URL to which the user should be redirected after successfully connecting their account
hide_redirect_urltrueWhen true, users skip post-connection redirection; true by default
custom_privacy_urlhttps://domain.com/privacyAllows you to add a custom privacy terms link, useful if you need custom consent
hide_privacy_urltrueHides the custom privacy terms link when true; true by default
hide_consentfalseHides the consent page when true; false by default
external_id42911c75-c7a2-4023-947b-eddd79a94079Associates Palenca entities with your own client identifiers
gov_id4d493193-e334-41bb-b004-7f3d36efbe32Links Palenca entities with government-issued identifiers like CURP
hide_logotrueHides your company logo from the widget header when true; false by default
hide_whatsapptrueHides the WhatsApp floating support button when true; false by default
whatsapp_number+525511223344Phone number (with country code) shown on the WhatsApp floating button
uber_redirect_urlhttps://domain.com/uber-callbackCustom redirect URL for the Uber OAuth flow
include_account_idtrueAppends account_id as a query parameter to redirect_url after a successful connection
include_external_idtrueAppends external_id as a query parameter to redirect_url after a successful connection
require_gov_idtrueForces government ID collection (e.g. CURP, CPF) before the connection flow; false by default
user_id054d0a9d-38ec-40cb-a31c-09b483242e4aPre-populates an existing Palenca user ID to connect a new platform to an existing user
persist_sessiontrueKeeps the user logged in across sessions within the same browser; false by default
flow_welcome_headerConecta tu cuentaCustom heading text shown on the welcome screen
flow_welcome_descriptionComparte tus ingresos de forma segura.Custom body text shown below the heading on the welcome screen
flow_welcome_buttonComenzarCustom label for the call-to-action button on the welcome screen

Appearance parameters

ParameterExampleDescription
primary_color#1F5BC0Hexadecimal color
border_radius10pxThe border radius for buttons and inputs
font_familyRobotoOverrides the widget font. Only accepts Google Fonts names