#2 - Bridge Transfer

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 ?

Bridge users

  • Do you store the Bridge users in a table linked to your own users' table ?
  • Do you authenticate each Bridge user before call our API ?
  • Do you delete the Bridge users when your customers cancel their subscription to your services ?

Item lifecycle

  • When leaving the Bridge Connect, do you retrieve the uuid, item_id, success, step and optionnally the context parameters 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 item statuses everyday and before fetching banking data from our API ?
    *Do you display the status_code_description to your customers to inform them of the situation ? You can modify the Accept-Language header to FR to retrieve them in French.

  • In the case of an item with the 1010 status, 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 item with the 1003 status, if it does not return to a functional state (0 status) after 48 hours, do you send a request to Bridge support ?

  • In the case of an item with the 1100 status, do you ask your customer to validate his business accounts thanks to the Bridge Connect ? Validate pro items

  • In the case of an item with the 402 status, do you ask your customer to update his banking credentials thanks to the Bridge Connect because they are incorrect ? Edit an item

Transfer journey

  • Do you manage the item statuses above before redirecting the customer to the Bridge Transfer ?

  • Do you interpret the capabilities resource of the items bank to know the single_transfer / bulk_transfer coverage of your customer's bank ?

  • When leaving the Bridge Transfer, do you retrieve the user_uuid, success, step, reference and bulk_id (only for the bulk payments) parameters from the redirection url in order to adapt your journey to the customer case ? Out of the Bridge Transfer

  • Do you interpret transfers statuses to know if the payment has been executed ? Transfers Statuses / Bulk Transfers Statuses