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

If set to true, sandbox mode is enabled.

  • false by default for production widgets
  • true by default for sandbox widgets

platforms

uber,rappi,didi

User-selectable comma-separated platform codes. Available platforms.

lang

es

Replaces the language automatically detected by the browser. Available languages: es, en, and pt. null by default

countries

mx,br

User-selectable comma-separated alpha-2 country codes

country

mx

Single country code to be used for the widget (can be used instead of countries).

redirect_url

https://domain.com/step-2

URL to which the user should be redirected after successfully connecting their account

hide_redirect_url

true

If set to true, the user won't be redirected after completing the connection.
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

If set to true, the custom privacy terms link won't be displayed.
true by default

hide_consent

false

If set to true, the Consent page is hidden.
false by default

Appearance parameters

ParameterExampleDescription
primary_color#1F5BC0Hexadecimal Color
border_radius10pxThe border radius for buttons and inputs