Validating professional accounts

You need a logged in User with a synchronized item to use this functionality.

Item status 1100 means that professional accounts have been detected on that Item. It needs a validation for regulatory reasons.

🚧

All Items newly synchronized with the Connect funnel will already be valid

This feature should be used to unlock Items synchronized before the funnel was available

Item validation is done within the Connect funnel, which is completely hosted as a web application by Bridge.
The following endpoint returns the URL to the funnel, with a token identifying your App and the User:

## Get pro item validation url
curl "https://sync.bankin.com/v2/connect/items/pro/confirmation/url?client_id=<my_client_id>&client_secret=<my_client_secret>" \
     -H 'Authorization: Bearer <returned_access_token>' \
     -H 'Bankin-Version: 2018-06-15'

The response should return the URL to the funnel:

{
  "redirect_url": "https://connect.bridgeapi.io/?pro=true&token_uuid=<authentication_token>"
}

Calling the redirect_url URL will start the funnel.

❗️

Data obfuscation

Items holding pro accounts (status 1100) will see their data obfuscated until validation has taken place.