Axway Financial Exchange provides two add-on Custom-Functions that you use in Integrator to generate the BIC from the Banque de France repository rather than the SWIFT repository. This is useful for mapping CFONB messages to SEPA messages.
Custom-Function | Description | Input Parameters | Output Parameter |
---|---|---|---|
GetBICinBdF() | Returns the BIC from the Banque de France repository |
Parameter1: String: IBAN Code (French account) Example: FR7690001000010002012345472 |
String (11): BIC related to input IBAN |
IsKeyPresentBICinBdF() | Validates the presence of the BIC in the Banque de France repository |
Parameter1: String: Location Code Parameter2: String: Branch Code |
Boolean:
|
To make use of the Banque de France Custom-Functions inside your mappings, you need to:
Refer to Creating Banque de France database objects
This step defines the Custom-Function parameters (input and output).
You can now use the Custom-Function in any DML part of an Integration-Process, for example:
The database must be defined in Composer. You need to make the link between this database and the Integration-Task through a Channel.
To use the Java Custom-Function, copy BDF\Jar Files\axway_fex_customfunction_IsKeyPresentBICinBDF.jar
to the following directories:
Check and send the Integration-Task to Integrator. The Integration-Task is then ready for use.
About the Banque de France repository
Importing Custom-Functions to Composer