Environments and configurations
Get your web application quickly and seamlessly integrated to our platform by using our drop-in Connect Widget!
Currently available for the following environments:
Navigate to each project to find more detailed usage information in each README. You can also check out our Quickstarts repo to help you get started with your own integration.
Interested in contributing?
Let us know if you require or if you are interested in contributing a library for a language not represented here! Write us to [email protected]
Available configurations
Note: all parameters are optional, except for the connectToken.
Property | Description | Type |
---|---|---|
| Your Pluggy Connect token, which will be used to access the API. |
|
| Whether to display Sandbox connectors in the Connector selection step (not intended for production use) |
|
| Item id to update. If specified, the modal will display directly the credentials form of the item to be updated. |
|
| List of Connector Types. If defined, only Connectors of the specified connector types will be listed. |
|
| List of Connector IDs. If defined, only Connectors of the specified connector IDs will be listed. |
|
| List of country codes (ISO-3166-1 alpha 2 format). If defined, only Connectors of the specified countries will be listed. |
|
| Language ISO string used to display the widget. If not specified, or selected language is not supported, the default language |
|
| Function to execute when an Item has been created/updated successfully. |
|
| Function to execute on a general error loading the widget, or when an Item creation/update status has not been successful. |
|
| Function to execute when the widget modal has been opened. |
|
| Function to execute when the widget modal has been closed. |
|
| Function to execute to handle custom user interaction events. See below for more info. |
|
onEvent
Use this callback to handle specific user interaction events.
The first event string parameter is the name of event
, and the second, a metadata
object that is related to such event. The available events that can be handled through this method are:
Event name | Description |
---|---|
| User has confirmed terms & privacy consent on the first Welcome screen. |
| User has selected an institution to connect to. |
| User has submitted credentials to create the connection Item. |
| User has submitted an extra parameter that has been requested by the institution to connect. |
Updated 9 days ago