#1 - Financial Data Aggregation
Security and settings
-
Have you set up the IP whitelisting on your Bridge applications?
-
Have you set up the callbacks, the highlighted banks and your logo?
-
Do you encrypt all the banking data you are fetching?
-
Do you generate randomly the passwords of your Bridge users?
-
Have you set up a production date with our Sales team?
-
Do you interpret our API responses?
Bridge users
- Do you store the Bridge users in a table linked to your own users' table?
- Do you authenticate each Bridge
userbefore call our API? - Do you delete the Bridge users when your customers cancel their subscription to your services?
Item synchronization and lifecycle
-
When leaving the Bridge Connect, do you retrieve the
uuid,item_id,success,stepand optionally thecontextparameters from the redirection url in order to adapt your journey to the customer case ? -
When leaving the Bridge Connect, do you retrieve the
item's status to identify the connection status and manage potential errors? -
Do you interpret the
itemstatuses everyday and before fetching banking data from our API? -
Do you display the
status_code_descriptionto your customers to inform them of the situation? You can modify theAccept-Languageheader toFRto retrieve them in French. -
In the case of an
itemwith the1010status, do you ask your customer to validate a Strong Customer Authentication thanks to the Bridge Connect? Manage SCA and Sync -
In the case of an
itemwith the1003status, if it does not return to a functional state (0status) after 24 hours, do you send a request to Bridge support? -
In the case of an
itemwith the402status, do you ask your customer to update his banking credentials thanks to the Bridge Connect because they are incorrect? Edit an item -
Do you store the
itemid for your Care team to be able to investigate and open ticket with our Help Center?
Data fetching
- Before fetching
transactions, do you check theaccountsand identify potential new or deleted accounts? - Do you store the entire
user/items/accounts/transactionsdata model ? The API is not consumed live. - Do you store the
idof eachitem,accountandtransactionto ensure the unicity. - Do you only fetch daily new or updated
transactionswith thetransactions/updatedendpoint? - Do you want to display
is_future=trueandshow_client_side=falsetransactions?
Updated about 2 months ago
