The Generic Connector for Formance Connectivity provides a way to connect your Formance Stack with Financial Service Providers that are not natively supported by Formance.
Formance Connectivity interacts with the remote Financial Service Provider through the Generic Connector as follows:
The Generic Connector is in charge of polling the data from the Financial Service Provider and then sending it to Formance Connectivity. It polls the following data:
The Generic Connector interacts with the Financial Service Provider by sending requests formatted according to the Generic Connector API specifications and expecting responses formatted according to the same specifications.
As a consequence, it is necessary to create a service on your side that will interact with the Financial Service Provider and expose the data with the expected format.
The typical deployment of the Generic Connector is as follows:
When instantiating the Generic Connector, you will need to pass an API key that will be used to authenticate the requests to your service. The Generic Connector will send requests with the API key in the Authorization
header so that your service can authenticate the requests.
Example:
The Generic Connector for Formance Connectivity provides a way to connect your Formance Stack with Financial Service Providers that are not natively supported by Formance.
Formance Connectivity interacts with the remote Financial Service Provider through the Generic Connector as follows:
The Generic Connector is in charge of polling the data from the Financial Service Provider and then sending it to Formance Connectivity. It polls the following data:
The Generic Connector interacts with the Financial Service Provider by sending requests formatted according to the Generic Connector API specifications and expecting responses formatted according to the same specifications.
As a consequence, it is necessary to create a service on your side that will interact with the Financial Service Provider and expose the data with the expected format.
The typical deployment of the Generic Connector is as follows:
When instantiating the Generic Connector, you will need to pass an API key that will be used to authenticate the requests to your service. The Generic Connector will send requests with the API key in the Authorization
header so that your service can authenticate the requests.
Example: