VUMI Documentation
  • Introduction
    • 🎉Welcome!
    • ➡️Quick Start
  • Platform
    • App Overview
      • API Products
      • Connections Overview
      • API Configuration
    • Link Overview
      • Link redirects
      • Link parameters
      • Customization
  • General API Resources
    • Authentication
      • API Login
    • Entities
      • List entities for app
    • Connections
      • Exchange public token
      • Get Connection status
      • List all connections
      • List public tokens
      • Delete Connection
    • Investments
      • List investments
    • Webhook
      • Get verification key
  • Aggregation
    • Accounts
      • List accounts
      • List account transactions
    • Portfolios
      • List portfolios
      • List portfolio transactions
      • List portfolio positions
  • Assets Transfer
    • Assets transfer
  • Developer Resources
    • API and Widget Errors
    • Webhooks and security
      • Webhook verification
    • Pagination
    • Tracing requests
Powered by GitBook
On this page
  • Adding a redirect
  • Redirect parameters
  1. Platform
  2. Link Overview

Link redirects

Making it easy to include the same Link into different applications or webs

Last updated 7 months ago


An important part of the Link solution is the redirect URI to which it will direct after a client successfully finishes connecting a financial entity. Redirects will help you receive the necessary information to later track a connection that has been done through your app's Link.

Adding a redirect

Adding a new redirect to your Finlink app is simple. Go into App Settings -> Api Client. In that page you will find the redirect table, as seen in the image below. You can introduce a redirect name, to easily identify what that redirect is used for, and a redirect URI. This URI only accepts http values for localhost, other inputs should be valid https URIs.

You can have up to 5 app redirects, useful for testing purposes (to help you integrate the flow into your application) or for multiple applications or environments (if you don't want to separate them into different Finlink apps).

Redirect parameters

Every time a flow in our Link solution is completed, we will redirect the flow to the redirect you have indicated and we will include certain parameters so that you can identify the operation that was done inside our Link. The parameters that you will encounter are the following:

  • operation: indicates the operation that was done in the Link flow. Can be UPDATE or CONNECT.

Once you have successfully created a redirect, you will see that you are provided with a token. This token should go into the id parameter when invoking the Link (you carn learn more about Link parameters ).

token: a token that identifies the connection that was just made or updated. For new connections, this token will be a temporary publicToken that you should for a permanent connectionToken. For updates, it will be the updateToken that was used to start the update operation.

entity: the that was connected or updated in our Link flow.

here
exchange
entity