Commerce FIA-NET

When you are creating your shop you may want to add an extra layer of security to your website, especially when you are selling products online.
Commerce FIA-NET is a plugin integrating the FIA-NET security plaform into your commerce experience.
This module is implementing the SAC method ("Systme d'Analyse des Commandes") delivered by FIA-NET and fully compliant to Drupal Commerce.
By default, when your order reach the "completed" status, when the cron task is runned your order is send to FIA-NET dashboard where you centralize your orders.

Integrators note:

By default the payment method has a fallback on a payment by credit card, your can implement the hook hook_commerce_fianet_stack_order_alter() to add a new payment method.
By default the delivery method has a fallback on "La poste", you can implement the hook hook_commerce_fianet_stack_order_alter() to configure the delivery method to use for your products.

Improvements:

FIA-NET is also providing a service called "Receive & pay", the integration with this service is not implemented yet.