Recipes
Step-by-step code recipes for common Pluggy API integration patterns.
Deleting your Data
Delete Items to remove user consents from Pluggy.
Encrypt parameters
Example to encrypt your parameters before create or update an item.
Generate a Connect Token with permissions to update an existing Item
In order to update an Item you should generate, in your server, a Connect Token linked to the Item Id you want to update.
PluggyConnect: Continue connecting item in background as soon as user's login is completed
Hide PluggyConnect in background as soon as the login step has been completed, so the User can focus again on your application. PluggyConnect will continue polling the item status until it's completed.
Polling an item connector's execution status
How to check and poll for the Item status, to know when the Item execution finishes and be able to act on it.
Update an Item using Pluggy Connect
Full standalone HTML client example to update an existing Item using Pluggy Connect widget.
